RPL BR: do not compile for nrf52dk, which does not support SLIP
This commit is contained in:
parent
cf7150cfdd
commit
74764af9b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user