mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
tests/gnrc_rpl_srh: move board specific deps in Makefile.board.dep
This commit is contained in:
parent
805907ee0f
commit
f184c7daf2
@ -11,12 +11,8 @@ CFLAGS += -DOUTPUT=TEXT
|
||||
|
||||
# use Ethernet as link-layer protocol
|
||||
ifeq (native,$(BOARD))
|
||||
USEMODULE += netdev_tap
|
||||
|
||||
TERMFLAGS ?= $(TAP)
|
||||
else
|
||||
USEMODULE += stdio_ethos
|
||||
|
||||
ETHOS_BAUDRATE ?= 115200
|
||||
CFLAGS += -DETHOS_BAUDRATE=$(ETHOS_BAUDRATE)
|
||||
TERMDEPS += ethos
|
||||
|
||||
6
tests/gnrc_rpl_srh/Makefile.board.dep
Normal file
6
tests/gnrc_rpl_srh/Makefile.board.dep
Normal file
@ -0,0 +1,6 @@
|
||||
# Put board specific dependencies here
|
||||
ifeq (native,$(BOARD))
|
||||
USEMODULE += netdev_tap
|
||||
else
|
||||
USEMODULE += stdio_ethos
|
||||
endif
|
||||
Loading…
x
Reference in New Issue
Block a user