mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/mcp2515: move dependencies to own Makefile.dep
This commit is contained in:
parent
8e40f6a653
commit
8ba1a37b2a
@ -72,11 +72,6 @@ ifneq (,$(filter ltc4150_%,$(USEMODULE)))
|
||||
USEMODULE += ltc4150
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mcp2515,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio periph_spi periph_gpio_irq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mhz19_%,$(USEMODULE)))
|
||||
USEMODULE += mhz19
|
||||
endif
|
||||
|
2
drivers/mcp2515/Makefile.dep
Normal file
2
drivers/mcp2515/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += xtimer
|
||||
FEATURES_REQUIRED += periph_gpio periph_spi periph_gpio_irq
|
Loading…
Reference in New Issue
Block a user