Merge pull request #10131 from cladmi/pr/openthread/cleanup

tests/openthread: remove useless dependency handling
This commit is contained in:
Sebastian Meiling 2018-10-09 11:23:28 +02:00 committed by GitHub
commit ad255934b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,6 @@ ifneq (,$(filter iotlab-m3 fox iotlab-a8-m3,$(BOARD)))
DRIVER := at86rf231 DRIVER := at86rf231
endif endif
ifneq (,$(filter at86rf2%,$(DRIVER)))
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
endif
USEMODULE += $(DRIVER) USEMODULE += $(DRIVER)
USEMODULE += random USEMODULE += random