diff --git a/examples/sensniff/Makefile b/examples/sensniff/Makefile index 2bb2549b1..1ec70a7c7 100644 --- a/examples/sensniff/Makefile +++ b/examples/sensniff/Makefile @@ -4,7 +4,7 @@ CONTIKI = ../.. PROJECT_SOURCEFILES += sensniff-mac.c netstack.c PROJECTDIRS += pool $(TARGET) --include $(CONTIKI)/Makefile.identify-target +include $(CONTIKI)/Makefile.identify-target ### Optionally, the target can add its own Makefile, to do things like e.g. ### add more source files to the build or define make variables. diff --git a/examples/slip-radio/Makefile b/examples/slip-radio/Makefile index d59b5e240..15c0ec1b0 100644 --- a/examples/slip-radio/Makefile +++ b/examples/slip-radio/Makefile @@ -3,7 +3,7 @@ all: $(CONTIKI_PROJECT) MODULES += os/services/slip-cmd CONTIKI=../.. --include $(CONTIKI)/Makefile.identify-target +include $(CONTIKI)/Makefile.identify-target ### Optionally, the target can add its own Makefile, to do things like e.g. ### add more source files to the build or define make variables.