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

cpu: kinetis: make periph_rtc depend on periph_rtt

This commit is contained in:
Kaspar Schleiser 2017-10-28 20:20:50 +02:00
parent 17a30bf319
commit 443c8e39ed
7 changed files with 11 additions and 0 deletions

View File

@ -2,3 +2,5 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += saul_adc
endif
-include $(RIOTCPU)/k22f/Makefile.dep

View File

@ -0,0 +1 @@
-include $(RIOTCPU)/k64f/Makefile.dep

View File

@ -11,3 +11,5 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += tcs37727
USEMODULE += tmp006
endif
-include $(RIOTCPU)/kw2xd/Makefile.dep

1
cpu/k22f/Makefile.dep Normal file
View File

@ -0,0 +1 @@
-include $(RIOTCPU)/kinetis_common/Makefile.dep

1
cpu/k64f/Makefile.dep Normal file
View File

@ -0,0 +1 @@
-include $(RIOTCPU)/kinetis_common/Makefile.dep

View File

@ -0,0 +1,3 @@
ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += periph_rtt
endif

1
cpu/kw2xd/Makefile.dep Normal file
View File

@ -0,0 +1 @@
-include $(RIOTCPU)/kinetis_common/Makefile.dep