9 lines
225 B
Makefile
9 lines
225 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
CONTIKI_PROJECT = openmote-demo test-timer test-adxl346 test-max44009 test-sht21
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|