Remove unnecessary '-' before inclusion of Makefile.identify-target

This commit is contained in:
Simon Duquennoy 2017-12-18 08:31:23 -08:00
parent e744f0a505
commit c2d301a434
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.