nes-proj/examples/libs/shell/Makefile

10 lines
161 B
Makefile

CONTIKI_PROJECT = example
all: $(CONTIKI_PROJECT)
MODULES += os/services/shell
CONTIKI = ../../..
PLATFORMS_EXCLUDE = sky
include $(CONTIKI)/Makefile.include