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:
Johannes Gilger 2013-01-30 15:32:41 +01:00
parent 2b9a1c60d2
commit 3877f361e4

View file

@ -2,6 +2,10 @@ CONTIKI_PROJECT=slip-radio
all: $(CONTIKI_PROJECT)
APPS = slip-cmd
ifeq ($(TARGET),)
-include Makefile.target
endif
CONTIKI=../../..
WITH_UIP6=1