2017-09-01 13:43:43 +00:00
|
|
|
CONTIKI = ../../..
|
2011-12-06 18:11:04 +00:00
|
|
|
|
2017-09-01 13:57:28 +00:00
|
|
|
MODULES += os/storage/antelope os/services/unit-test
|
2011-12-06 18:11:04 +00:00
|
|
|
|
2018-02-23 17:38:52 +00:00
|
|
|
# does not fit on Sky
|
2018-05-04 16:01:18 +00:00
|
|
|
PLATFORMS_ONLY= cc2538dk zoul
|
2018-02-23 17:38:52 +00:00
|
|
|
|
|
|
|
CONTIKI_PROJECT = shell-db
|
|
|
|
all: $(CONTIKI_PROJECT)
|
2012-06-04 18:02:23 +00:00
|
|
|
|
2011-12-06 18:11:04 +00:00
|
|
|
include $(CONTIKI)/Makefile.include
|