mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/features_modules: ignore periph_spidev_linux
This commit is contained in:
parent
bd295b00b2
commit
0078ab4522
@ -100,7 +100,8 @@ USEMODULE += $(filter arduino_pwm, $(FEATURES_USED))
|
||||
|
||||
# always register a peripheral driver as a required feature when the corresponding
|
||||
# module is requested
|
||||
PERIPH_IGNORE_MODULES += periph_usbdev_clk periph_gpio_mock periph_gpio_linux
|
||||
PERIPH_IGNORE_MODULES += periph_usbdev_clk periph_gpio_mock periph_gpio_linux periph_spidev_linux
|
||||
|
||||
ifneq (,$(filter periph_%,$(DEFAULT_MODULE)))
|
||||
FEATURES_REQUIRED += $(filter-out $(PERIPH_IGNORE_MODULES),$(filter periph_%,$(USEMODULE)))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user