osd-contiki/examples/sensinode/Makefile

20 lines
463 B
Makefile
Raw Normal View History

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
2009-09-09 09:34:53 +02:00
CONTIKI_PROJECT = hello_world clock_test rf_test_rx rf_test_tx
2012-03-05 17:28:06 +01:00
# New examples added by George Oikonomou - Loughborough University
CONTIKI_PROJECT += timer-test blink-hello broadcast-rime
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
include $(CONTIKI)/Makefile.include