diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-20 18:37:29 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-05-06 02:58:40 (GMT) |
commit | 8e7083fc95774017dba66cff85918ba9f0d0f12b (patch) | |
tree | ee6b608ba45bff1ee0cf8d9745833dca2b3d5edd /drivers/rtc | |
parent | 46af3608ead71815c1a311dcf38aea773e584202 (diff) | |
download | u-boot-8e7083fc95774017dba66cff85918ba9f0d0f12b.tar.xz |
dm: rtc: sandbox: Enable real-time clock support
Enable real-time-clock support in sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 9077bb3..3092de1 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -52,7 +52,5 @@ 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 |