nes-proj/examples/platform-specific/cc26xx/Makefile
2017-09-22 14:34:20 +02:00

8 lines
154 B
Makefile

DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = cc26xx-demo
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include