17 lines
299 B
Makefile
17 lines
299 B
Makefile
ifndef TARGET
|
|
TARGET=sensinode
|
|
endif
|
|
|
|
# Make absolutely certain that you specify your device here
|
|
DEFINES+=MODEL_N601,PROJECT_CONF_H
|
|
|
|
PROJECT_SOURCEFILES += stub-rdc.c
|
|
|
|
CONTIKI_PROJECT = sniffer
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../..
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|