nes-proj/examples/libs/shell/Makefile

10 lines
161 B
Makefile
Raw Normal View History

2018-05-23 19:49:25 +00:00
CONTIKI_PROJECT = example
all: $(CONTIKI_PROJECT)
MODULES += os/services/shell
CONTIKI = ../../..
PLATFORMS_EXCLUDE = sky
2018-05-23 19:49:25 +00:00
include $(CONTIKI)/Makefile.include