mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* added dependency for cc110x_ng to transceiver
This commit is contained in:
parent
0a50f17006
commit
8a175a5702
@ -14,6 +14,10 @@ ifneq (,$(findstring uart0,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
||||
ifeq (,$(findstring transceiver,$(USEMODULE)))
|
||||
USEMODULE += transceiver
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring msba2,$(BOARD)))
|
||||
USEMODULE += cc110x_spi
|
||||
ifeq (,$(findstring gpioint,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user