mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
sys/Makefile.dep: make ieee802154_radio_hal depend on ieee802154
This commit is contained in:
parent
7623a9820a
commit
c756fa5e78
@ -122,6 +122,10 @@ ifneq (,$(filter sntp,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ieee802154_radio_hal,$(USEMODULE)))
|
||||
USEMODULE += ieee802154
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
USEMODULE += netdev_default
|
||||
USEMODULE += gnrc_netif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user