restrict Zoul examples to specific boards

This commit is contained in:
Atis Elsts 2018-02-28 12:55:09 +00:00
parent b0b71f6624
commit dacab090fd
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ MODULES += os/net/app-layer/http-socket
WITH_IP64 = 1
PLATFORMS_ONLY = zoul
BOARDS_ONLY = orion
CONTIKI = ../../../../..
include $(CONTIKI)/Makefile.include

View File

@ -5,6 +5,7 @@ BOARD ?= remote-revb
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = zoul
BOARDS_ONLY = remote-revb
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include