Skip to content

Commit

Permalink
tests/netstats_l2: build only for boards providing netif feature
Browse files Browse the repository at this point in the history
The BOARD_PROVIDES_NETIF variable is now useless and can be removed
  • Loading branch information
aabadie committed Oct 11, 2019
1 parent 23b72fd commit 50adda4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/netstats_l2/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
include ../Makefile.tests_common

BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dk nrf51dongle \
nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \
yunjia-nrf51822 msba2 \
esp32-mh-et-live-minikit esp32-olimex-evb \
esp32-wemos-lolin-d32-pro esp32-wroom-32 esp32-wrover-kit
BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1

BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)
# This application runs by default on boards providing the netif feature
FEATURES_REQUIRED += netif

USEMODULE += shell
USEMODULE += shell_commands
Expand Down

0 comments on commit 50adda4

Please sign in to comment.