[U-Boot-Users] [PATCH RESEND] Add Epson RX8025 RTC support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Dec 27 18:50:52 CET 2007


On 16:55 Thu 27 Dec     , Matthias Fuchs wrote:
> Signed-off-by: Matthias Fuchs <matthias.fuchs at esd-electronics.com>
> ---
>  drivers/rtc/Makefile |    1 +
>  drivers/rtc/rx8025.c |  227 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 228 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/rtc/rx8025.c
> 
> diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
> index 1d6016e..28a520f 100644
> --- a/drivers/rtc/Makefile
> +++ b/drivers/rtc/Makefile
> @@ -49,6 +49,7 @@ COBJS-y += mpc8xx.o
>  COBJS-y += pcf8563.o
>  COBJS-y += s3c24x0_rtc.o
>  COBJS-y += rs5c372.o

Could you add this
COBJS-$(CONFIG_RTC_RX8025) += rx8025.c
instead of 

> +COBJS-y += rx8025.o

and on consequence remove the "define(CONFIG_RTC_RX8025)" from the
drivers.

I've start the drivers Makefile merge for the KConfig.

Best Regards,
J.




More information about the U-Boot mailing list