diff options
| author | Michael Walle <[email protected]> | 2019-05-29 01:29:58 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-13 11:11:28 -0400 |
| commit | fb9a1ffef38e49597939f01b89ed521fdb5de99b (patch) | |
| tree | 4470256252e51a388a3fc818533d55adcc09bdc4 /drivers/rtc/Makefile | |
| parent | 9adaa039b67a7f43e5618fcd5d4c9fc0e8f9dd68 (diff) | |
rtc: add Microcrystal RV-8803 driver
Signed-off-by: Michael Walle <[email protected]>
Diffstat (limited to 'drivers/rtc/Makefile')
| -rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 1724602f1cb..915adb87fe2 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -46,6 +46,7 @@ obj-$(CONFIG_RTC_PL031) += pl031.o obj-$(CONFIG_RTC_PT7C4338) += pt7c4338.o obj-$(CONFIG_RTC_RS5C372A) += rs5c372.o obj-$(CONFIG_RTC_RV3029) += rv3029.o +obj-$(CONFIG_RTC_RV8803) += rv8803.o obj-$(CONFIG_RTC_RX8025) += rx8025.o obj-$(CONFIG_RTC_RX8010SJ) += rx8010sj.o obj-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o |
