From 33b3b5f3ee72049f8b3a3d696fe7f412d83d05f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 27 May 2019 20:55:16 +0200 Subject: [PATCH] tests/netstats_l2: use BOARD_WHITELIST Use BOARD_WHITELIST instead of calculating BOARD_BLACKLIST from BOARDS. The output of `make info-boards-supported` kept the same. --- tests/netstats_l2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/netstats_l2/Makefile b/tests/netstats_l2/Makefile index 0e02f6b2cb..1f31841b63 100644 --- a/tests/netstats_l2/Makefile +++ b/tests/netstats_l2/Makefile @@ -6,9 +6,7 @@ BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dk nrf51don esp32-mh-et-live-minikit esp32-olimex-evb \ esp32-wemos-lolin-d32-pro esp32-wroom-32 esp32-wrover-kit -BOARDS ?= $(shell find $(RIOTBASE)/boards/* -maxdepth 0 -type d \! -name "common" -exec basename {} \;) - -BOARD_BLACKLIST := $(filter-out $(BOARD_PROVIDES_NETIF), $(BOARDS)) +BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF) USEMODULE += shell USEMODULE += shell_commands