fixed platforms to build for in Makefile

This commit is contained in:
Joakim Eriksson 2018-05-04 18:01:18 +02:00
parent 059fbeb3e7
commit 15e51288ec
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
CONTIKI = ../../..
PLATFORMS_ONLY= cc2538 sky
PLATFORMS_ONLY= cc2538dk zoul sky
MODULES += os/services/unit-test
MODULES += os/storage/cfs