mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
6 lines
144 B
Makefile
6 lines
144 B
Makefile
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
ifeq (,$(filter nimble_% nrfmin nrfble,$(USEMODULE)))
|
|
USEMODULE += nrf802154
|
|
endif
|
|
endif
|