5b3432547e
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
13 lines
214 B
Makefile
13 lines
214 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
CONTIKI = ../..
|
|
|
|
all: test-cfs test-coffee example-coffee
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
|
|
ifeq ($(TARGET),avr-raven)
|
|
COFFEE_FILES = 4
|
|
endif
|
|
|
|
include $(CONTIKI)/Makefile.include
|