diff options
| author | Masahiro Yamada <[email protected]> | 2013-08-19 15:01:25 +0900 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2013-09-19 09:52:08 +0200 |
| commit | 82cecfce3fd33e151ed8bc382ae31b19535765c5 (patch) | |
| tree | b031ae66827dfa002458e667dad8680218dba27f /drivers/rtc/Makefile | |
| parent | d964df322f08c59ea19f3f45eed6781716bfc0c9 (diff) | |
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 <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Andrea Scian <[email protected]>
Diffstat (limited to 'drivers/rtc/Makefile')
| -rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index b477c23ebd5..dcc0632ff2c 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)) |
