Example ip64-router: only meant for platform Zoul/Orion

This commit is contained in:
Simon Duquennoy 2018-02-27 08:28:33 -08:00 committed by Atis Elsts
parent f3702fd5df
commit 164a8b218b
1 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,8 @@ CONTIKI_PROJECT = ip64-router
all: $(CONTIKI_PROJECT)
CONTIKI=../..
# Currently only supported on Orion, the only platform with 802.15.4 + Ethernet
PLATFORMS_ONLY = zoul
BOARD = orion
include $(CONTIKI)/Makefile.include