aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rtc/Makefile.objs')
-rw-r--r--hw/rtc/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/rtc/Makefile.objs b/hw/rtc/Makefile.objs
index 810a38ee7b..b195863291 100644
--- a/hw/rtc/Makefile.objs
+++ b/hw/rtc/Makefile.objs
@@ -1,3 +1,4 @@
+common-obj-$(CONFIG_DS1338) += ds1338.o
common-obj-$(CONFIG_M41T80) += m41t80.o
common-obj-$(CONFIG_M48T59) += m48t59.o
ifeq ($(CONFIG_ISA_BUS),y)