nes-proj/examples/platform-specific/cc26xx/very-sleepy-demo/Makefile
2017-10-07 09:45:38 +02:00

9 lines
153 B
Makefile

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