nes-proj/examples/platform-specific/cc26x0-cc13x0/very-sleepy-demo/Makefile

11 lines
185 B
Makefile
Raw Normal View History

CONTIKI_PROJECT = very-sleepy-demo
2018-10-12 13:13:29 +00:00
PLATFORMS_ONLY = cc26x0-cc13x0
all: $(CONTIKI_PROJECT)
MODULES += os/net/app-layer/coap
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include