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

17 lines
387 B
Makefile
Raw Normal View History

USEMODULE += cc1xxx_common
USEMODULE += luid
USEMODULE += xtimer
USEMODULE += netdev_legacy_api
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_spi
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
USEMODULE += gnrc_sixlowpan
endif
# default to 433 MHz operation
ifeq (,$(filter cc110x_%mhz,$(USEMODULE)))
USEMODULE += cc110x_433mhz
endif