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:
parent
17a30bf319
commit
443c8e39ed
@ -2,3 +2,5 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
USEMODULE += saul_adc
|
||||
endif
|
||||
|
||||
-include $(RIOTCPU)/k22f/Makefile.dep
|
||||
|
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/k64f/Makefile.dep
|
@ -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
1
cpu/k22f/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/kinetis_common/Makefile.dep
|
1
cpu/k64f/Makefile.dep
Normal file
1
cpu/k64f/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/kinetis_common/Makefile.dep
|
3
cpu/kinetis_common/Makefile.dep
Normal file
3
cpu/kinetis_common/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
||||
USEMODULE += periph_rtt
|
||||
endif
|
1
cpu/kw2xd/Makefile.dep
Normal file
1
cpu/kw2xd/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/kinetis_common/Makefile.dep
|
Loading…
Reference in New Issue
Block a user