
27 Dec
2007
27 Dec
'07
6:50 p.m.
On 16:55 Thu 27 Dec , Matthias Fuchs wrote:
Signed-off-by: Matthias Fuchs matthias.fuchs@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.