mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e4e5558694
cpu/samd5x: load RX mailbox
10 lines
225 B
Makefile
10 lines
225 B
Makefile
ifneq (,$(filter periph_gpio_tamper_wake,$(USEMODULE)))
|
|
USEMODULE += periph_rtc_rtt
|
|
endif
|
|
|
|
ifneq (,$(filter periph_can,$(USEMODULE)))
|
|
FEATURES_REQUIRED += can_rx_mailbox
|
|
endif
|
|
|
|
include $(RIOTCPU)/sam0_common/Makefile.dep
|