Remove unnecessary '-' before inclusion of Makefile.identify-target
This commit is contained in:
parent
e744f0a505
commit
c2d301a434
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user