From 32223aa760ea19e2891367fd193e83f281ab80d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sun, 26 Aug 2018 07:24:38 +0200 Subject: [PATCH] tests/openthread: Makefile: Fix FEATURES_REQUIRED --- tests/openthread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/openthread/Makefile b/tests/openthread/Makefile index 6056a33365..7562ad38ea 100644 --- a/tests/openthread/Makefile +++ b/tests/openthread/Makefile @@ -26,8 +26,8 @@ ifneq (,$(filter iotlab-m3 fox iotlab-a8-m3,$(BOARD))) endif ifneq (,$(filter at86rf2%,$(DRIVER))) - FEATURES_REQUIRED = periph_spi - FEATURES_REQUIRED = periph_gpio + FEATURES_REQUIRED += periph_spi + FEATURES_REQUIRED += periph_gpio endif USEMODULE += $(DRIVER)