mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
Nightlies are currently failing as there is a difference between make and kconfig. This tries to match the kconfig with the makefile dep. The only issue is the ``` ifneq (,$(filter netdev,$(USEMODULE))) USEMODULE += netdev_ieee802154_submac endif ``` which may have the same effect as select HAVE_IEEE802154_RADIO_HAL_INTERFACE.