nes-proj/examples/storage/antelope-shell/Makefile

12 lines
208 B
Makefile

CONTIKI = ../../..
MODULES += os/storage/antelope os/services/unit-test
# does not fit on Sky
PLATFORMS_ONLY= cc2538
CONTIKI_PROJECT = shell-db
all: $(CONTIKI_PROJECT)
include $(CONTIKI)/Makefile.include