nes-proj/examples/storage/antelope-shell/Makefile
2018-05-04 18:01:18 +02:00

12 lines
215 B
Makefile

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