mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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
@ -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 New Issue
Block a user