Load Makefile.target for slip-radio
This loads Makefile.target into Makefile so we can check for TARGET==sky when building this. Compilation for sky fails without it. Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
parent
2b9a1c60d2
commit
3877f361e4
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ CONTIKI_PROJECT=slip-radio
|
|||
all: $(CONTIKI_PROJECT)
|
||||
APPS = slip-cmd
|
||||
|
||||
ifeq ($(TARGET),)
|
||||
-include Makefile.target
|
||||
endif
|
||||
|
||||
CONTIKI=../../..
|
||||
|
||||
WITH_UIP6=1
|
||||
|
|
Loading…
Reference in a new issue