summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:30 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:55 -0500
commit9067b30008e4c09fb6287d306caf2a6bed08370f (patch)
tree4fbb5924936cd3d8155f7e4758c7ce8a54eb84bb /drivers/rtc/Makefile
parentf7e1af8690f423e44932f412033e718576477467 (diff)
downloadtalos-obmc-uboot-9067b30008e4c09fb6287d306caf2a6bed08370f.tar.gz
talos-obmc-uboot-9067b30008e4c09fb6287d306caf2a6bed08370f.zip
mpc8260: remove atc board support
These boards are still non-generic boards. drivers/rtc/ds12887.c should also be removed because it can not be built without CONFIG_ATC. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de>
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 43f85460a3..fdcbc00295 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -11,7 +11,6 @@ obj-$(CONFIG_RTC_AT91SAM9_RTT) += at91sam9_rtt.o
obj-$(CONFIG_RTC_BFIN) += bfin_rtc.o
obj-y += date.o
obj-$(CONFIG_RTC_DAVINCI) += davinci.o
-obj-$(CONFIG_RTC_DS12887) += ds12887.o
obj-$(CONFIG_RTC_DS1302) += ds1302.o
obj-$(CONFIG_RTC_DS1306) += ds1306.o
obj-$(CONFIG_RTC_DS1307) += ds1307.o
OpenPOWER on IntegriCloud