Merge pull request #490 from joakimeriksson/contrib/storage-example-makefile-fix

fixed platforms to build for in Makefile
This commit is contained in:
Simon Duquennoy 2018-05-04 18:41:16 +02:00 committed by GitHub
commit 8046c2d0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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