From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH RESEND] Add Epson RX8025 RTC support
Date: Thu, 27 Dec 2007 18:50:52 +0100 [thread overview]
Message-ID: <20071227175052.GA25039@game.jcrosoft.org> (raw)
In-Reply-To: <200712271655.17981.matthias.fuchs@esd-electronics.com>
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.
next prev parent reply other threads:[~2007-12-27 17:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-27 15:55 [U-Boot-Users] [PATCH RESEND] Add Epson RX8025 RTC support Matthias Fuchs
2007-12-27 17:50 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2007-12-28 9:32 ` Matthias Fuchs
2008-01-09 12:29 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071227175052.GA25039@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.