nes-proj/examples/platform-specific/cc26xx/very-sleepy-demo/Makefile

9 lines
153 B
Makefile

CONTIKI_PROJECT = very-sleepy-demo
all: $(CONTIKI_PROJECT)
MODULES += os/net/app-layer/coap
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include