summaryrefslogtreecommitdiff
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-11-21 20:58:15 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:48 -0500
commit9d6deb4e8c08925107d21140dbdfaba988fd37c8 (patch)
treefc73af86b6e810d198c645cf661b00dec1c744c5 /drivers/rtc/Makefile
parentd3d64ca4cf480d4773016acf6bc3dd588f9da5d0 (diff)
rtc: add DesignWare RTC driver
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>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r--drivers/rtc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
new file mode 100644
index 000000000..00be5cdeb
--- /dev/null
+++ b/drivers/rtc/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_RTC) += rtc_static_irq_stubs.o
+obj-$(CONFIG_RTC_DW) += rtc_dw.o