1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/kw2xrf/Makefile.dep

14 lines
299 B
Makefile
Raw Normal View History

USEMODULE += luid
USEMODULE += ieee802154
USEMODULE += core_thread_flags
USEMODULE += iolist
USEMODULE += bhp
ifneq (,$(filter netdev,$(USEMODULE)))
USEMODULE += netdev_ieee802154_submac
endif
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_gpio_irq