2009-09-08 21:47:50 +02:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=sensinode
|
|
|
|
endif
|
|
|
|
|
2012-03-05 17:28:06 +01:00
|
|
|
# Make absolutely certain that you specify your device here
|
|
|
|
DEFINES+=MODEL_N740
|
|
|
|
|
|
|
|
# These examples don't need code banking so we turn it off
|
|
|
|
#HAVE_BANKING=1
|
|
|
|
|
|
|
|
CONTIKI_PROJECT += timer-test blink-hello broadcast-rime
|
|
|
|
|
2009-09-08 21:47:50 +02:00
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
|
|
|
|
CONTIKI = ../..
|
2014-11-12 10:18:29 +01:00
|
|
|
CONTIKI_WITH_RIME = 1
|
2009-09-08 21:47:50 +02:00
|
|
|
include $(CONTIKI)/Makefile.include
|