mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:33:18 +00:00
Adding DW real time clock support. This driver is used by the Quark SE and Quark D2000 SoCs. Change-Id: Iba8ddee1b1b5fee298db95b63418e152774662a4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
3 lines
77 B
Makefile
3 lines
77 B
Makefile
obj-$(CONFIG_RTC) += rtc_static_irq_stubs.o
|
|
obj-$(CONFIG_RTC_DW) += rtc_dw.o
|