]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/Makefile
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
[karo-tx-uboot.git] / drivers / rtc / Makefile
index aeb705ae9629ca8d1a889a0a9b0f6d228e8f9155..9077bb39f1e13e596237eb93c1967fca6d65b6e6 100644 (file)
@@ -52,4 +52,7 @@ obj-$(CONFIG_RTC_RTC4543) += rtc4543.o
 obj-$(CONFIG_RTC_RV3029) += rv3029.o
 obj-$(CONFIG_RTC_RX8025) += rx8025.o
 obj-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o
+ifdef CONFIG_DM_RTC
+obj-$(CONFIG_SANDBOX) += sandbox_rtc.o
+endif
 obj-$(CONFIG_RTC_X1205) += x1205.o