8 lines
195 B
Makefile
8 lines
195 B
Makefile
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
|
USEMODULE += periph_rtc_series$(EFM32_SERIES)
|
|
endif
|
|
|
|
ifneq (,$(filter periph_rtt,$(USEMODULE)))
|
|
USEMODULE += periph_rtt_series$(EFM32_SERIES)
|
|
endif
|