RPL BR: do not compile for nrf52dk, which does not support SLIP

This commit is contained in:
Simon Duquennoy 2018-03-02 11:21:30 -08:00 committed by Atis Elsts
parent cf7150cfdd
commit 74764af9b9
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ CONTIKI_PROJECT = border-router
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
# The BR is either native or embedded, and in the latter case must support SLIP
PLATFORMS_EXCLUDE = nrf52dk
# Include RPL BR module
MODULES += os/services/rpl-border-router
# Include webserver module