2019-10-21 16:52:18 +02:00

6 lines
157 B
Makefile

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