6 lines
161 B
Makefile

ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
ifeq (,$(filter nimble_netif nrfmin,$(USEMODULE)))
USEMODULE += nrf802154
endif
endif