1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 19:52:45 +01:00
RIOT/cpu/kinetis/Makefile.dep

9 lines
205 B
Makefile
Raw Normal View History

ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += periph_rtt
endif
2018-06-04 09:13:09 +02:00
ifneq (,$(filter periph_i2c,$(USEMODULE)))
USEMODULE += core_thread_flags
endif
include $(RIOTCPU)/cortexm_common/Makefile.dep