osd-contiki/examples/sensinode/serial-flash/Makefile

15 lines
247 B
Makefile
Raw Normal View History

2012-03-05 17:28:06 +01:00
ifndef TARGET
TARGET=sensinode
endif
# Make absolutely certain that you specify your device here
DEFINES+=MODEL_N740
CONTIKI_PROJECT = flash
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
CONTIKI_WITH_RIME = 1
2012-03-05 17:28:06 +01:00
include $(CONTIKI)/Makefile.include