summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-11-20 00:21:33 +0000
committerPaul Brook <paul@codesourcery.com>2009-11-22 21:27:40 +0000
commit1dfe3943e9f74cf55a8c84238b8d1a9d3486387f (patch)
treea81d9633ea89b2b8c6b1947cbdbf0ffe89f712a9 /Makefile
parentabd0c6bda0c89f36528e1a7efac99277607a5280 (diff)
downloadqemu-1dfe3943e9f74cf55a8c84238b8d1a9d3486387f.tar.gz
DS1338 RTC
Implement MAXIM SD1338 RTC+NVRAM. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e9b09ca825..78436905ca 100644
--- a/Makefile
+++ b/Makefile
@@ -132,6 +132,7 @@ obj-$(CONFIG_SSD0303) += ssd0303.o
obj-$(CONFIG_SSD0323) += ssd0323.o
obj-$(CONFIG_ADS7846) += ads7846.o
obj-$(CONFIG_MAX111X) += max111x.o
+obj-$(CONFIG_DS1338) += ds1338.o
obj-y += i2c.o smbus.o smbus_eeprom.o
obj-y += eeprom93xx.o
obj-y += scsi-disk.o cdrom.o