1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 22:32:44 +01:00

makefiles/features_modules: don't generate init for kinetis periphs

This commit is contained in:
Leandro Lanzieri 2021-11-19 09:41:31 +01:00
parent 4aebed2d46
commit 9bfa652f9e
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -17,6 +17,8 @@ ifneq (,$(filter periph_init, $(USEMODULE)))
periph_flexcomm \ periph_flexcomm \
periph_gpio_mux \ periph_gpio_mux \
periph_rtc_ms \ periph_rtc_ms \
periph_mcg \
periph_wdog \
periph_rtc_rtt \ periph_rtc_rtt \
periph_clic \ periph_clic \
periph_coretimer \ periph_coretimer \