diff options
| author | Marek Vasut <[email protected]> | 2011-11-08 23:18:17 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2011-11-11 11:36:57 +0100 |
| commit | aa711b11c90c3df678c5dfbe16fb8e91ebda4d25 (patch) | |
| tree | 92368b54039dbfc92fde501c1a48e140fb932a73 /drivers/rtc/Makefile | |
| parent | 0d4e85098044d3ea2f7b41525acdf2254a88997f (diff) | |
iMX28: Add driver for internal RTC
Signed-off-by: Marek Vasut <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Detlev Zundel <[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 a16f59051dc..faf4fcdb872 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -57,6 +57,7 @@ COBJS-$(CONFIG_RTC_MK48T59) += mk48t59.o COBJS-$(CONFIG_RTC_MPC5200) += mpc5xxx.o COBJS-$(CONFIG_RTC_MPC8xx) += mpc8xx.o COBJS-$(CONFIG_RTC_MV) += mvrtc.o +COBJS-$(CONFIG_RTC_MXS) += mxsrtc.o COBJS-$(CONFIG_RTC_PCF8563) += pcf8563.o COBJS-$(CONFIG_RTC_PL031) += pl031.o COBJS-$(CONFIG_RTC_PT7C4338) += pt7c4338.o |
