osd-contiki/examples/cc26xx/Makefile

10 lines
174 B
Makefile

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