X-Git-Url: http://git.techno-innov.fr/?a=blobdiff_plain;ds=sidebyside;f=sensors%2FMakefile;fp=sensors%2FMakefile;h=a944f0ffd666b5bd0151a2b6572bdc385e34bdd2;hb=54f295f65cf0c4358874c71b9d3d18bae8a96b2d;hp=0000000000000000000000000000000000000000;hpb=8d564dbddcd91212537367941b0f386dfb23e87c;p=soft%2Flpc82x%2Fexanh diff --git a/sensors/Makefile b/sensors/Makefile new file mode 100644 index 0000000..a944f0f --- /dev/null +++ b/sensors/Makefile @@ -0,0 +1,12 @@ +# Makefile for exanh apps + +MODULE = $(shell basename $(shell cd .. && pwd && cd -)) +NAME = $(shell basename $(CURDIR)) + +.PHONY: $(NAME).bin +$(NAME).bin: + @make -C ../../.. --no-print-directory NAME=$(NAME) MODULE=$(MODULE) apps/$(MODULE)/$(NAME)/$@ + +clean mrproper: + @make -C ../../.. --no-print-directory $@ +