Skip to content

Commit

Permalink
Merge pull request contiki-os#99 from heipei/slip-radio
Browse files Browse the repository at this point in the history
Load Makefile.target for slip-radio
  • Loading branch information
adamdunkels committed Mar 9, 2013
2 parents ea92365 + 3877f36 commit d2461c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/ipv6/slip-radio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ CONTIKI_PROJECT=slip-radio
all: $(CONTIKI_PROJECT)
APPS = slip-cmd

ifeq ($(TARGET),)
-include Makefile.target
endif

CONTIKI=../../..

WITH_UIP6=1
Expand Down

0 comments on commit d2461c9

Please sign in to comment.