Fix module dependencies for 802.15.4 drivers
This commit is contained in:
parent
6227894a79
commit
03f458ce69
@ -43,6 +43,8 @@ endif
|
||||
ifneq (,$(findstring cc2420,$(USEMODULE)))
|
||||
ifeq (,$(findstring transceiver,$(USEMODULE)))
|
||||
USEMODULE += transceiver
|
||||
endif
|
||||
ifeq (,$(findstring ieee802154,$(USEMODULE)))
|
||||
USEMODULE += ieee802154
|
||||
endif
|
||||
endif
|
||||
@ -50,6 +52,8 @@ endif
|
||||
ifneq (,$(findstring at86rf231,$(USEMODULE)))
|
||||
ifeq (,$(findstring transceiver,$(USEMODULE)))
|
||||
USEMODULE += transceiver
|
||||
endif
|
||||
ifeq (,$(findstring ieee802154,$(USEMODULE)))
|
||||
USEMODULE += ieee802154
|
||||
endif
|
||||
ifeq (,$(findstring vtimer, $(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user