summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-08-19 15:01:25 +0900
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-09-19 09:52:08 +0200
commit82cecfce3fd33e151ed8bc382ae31b19535765c5 (patch)
treeb031ae66827dfa002458e667dad8680218dba27f /drivers/rtc/Makefile
parentd964df322f08c59ea19f3f45eed6781716bfc0c9 (diff)
downloadblackbird-obmc-uboot-82cecfce3fd33e151ed8bc382ae31b19535765c5.tar.gz
blackbird-obmc-uboot-82cecfce3fd33e151ed8bc382ae31b19535765c5.zip
drivers: s3c44b0_rtc: delete an unused driver
Since commit 5dc5f36 removed B2 board support, there are no boards enabling s3c44b0_rtc. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Andrea Scian <andrea.scian@dave-tech.it>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r--drivers/rtc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
index b477c23ebd..dcc0632ff2 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -53,7 +53,6 @@ COBJS-$(CONFIG_RTC_RTC4543) += rtc4543.o
COBJS-$(CONFIG_RTC_RV3029) += rv3029.o
COBJS-$(CONFIG_RTC_RX8025) += rx8025.o
COBJS-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o
-COBJS-$(CONFIG_RTC_S3C44B0) += s3c44b0_rtc.o
COBJS-$(CONFIG_RTC_X1205) += x1205.o
COBJS := $(sort $(COBJS-y))
OpenPOWER on IntegriCloud