From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ppc4xx: Fix the build for Kilauea board and other boards that use the CONFIG_RTC_DS1307
Date: Wed, 27 Aug 2008 06:35:47 +0200 [thread overview]
Message-ID: <200808270635.47672.sr@denx.de> (raw)
In-Reply-To: <1219777556-7780-1-git-send-email-fkan@amcc.com>
On Tuesday 26 August 2008, fkan at amcc.com wrote:
> From: Adam Graham <agraham@amcc.com>
>
> Signed-off-by: Adam Graham <agraham@amcc.com>
> Signed-off-by: Feng Kan <fkan@amcc.com>
> ---
> drivers/rtc/Makefile | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
> index 2af3ee5..af101fa 100644
> --- a/drivers/rtc/Makefile
> +++ b/drivers/rtc/Makefile
> @@ -32,7 +32,8 @@ COBJS-y += date.o
> COBJS-$(CONFIG_RTC_DS12887) += ds12887.o
> COBJS-$(CONFIG_RTC_DS1302) += ds1302.o
> COBJS-$(CONFIG_RTC_DS1306) += ds1306.o
> -COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) += ds1307.o
> +COBJS-$(CONFIG_RTC_DS1307) += ds1307.o
> +COBJS-$(CONFIG_RTC_DS1338) += ds1307.o
A similar patch to fix this has been applied a few days ago:
[PATCH v2] RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 ||
CONFIG_RTC_DS1338)
So your patch is not needed anymore.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
parent reply other threads:[~2008-08-27 4:35 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1219777556-7780-1-git-send-email-fkan@amcc.com>]
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=200808270635.47672.sr@denx.de \
--to=sr@denx.de \
--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.