From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/5] OneNAND support
Date: Sun, 09 Sep 2007 00:54:37 +0200 [thread overview]
Message-ID: <20070908225437.0F22724653@gemini.denx.de> (raw)
In-Reply-To: Your message of "Fri, 07 Sep 2007 09:58:44 +0900." <20070907005844.GA19746@party>
In message <20070907005844.GA19746@party> you wrote:
> [PATCH 2/5] OneNAND support
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> diff --git a/drivers/onenand/Makefile b/drivers/onenand/Makefile
> new file mode 100644
> index 0000000..246ebc7
> --- /dev/null
> +++ b/drivers/onenand/Makefile
...
> +include $(TOPDIR)/config.mk
> +
> +LIB = libonenand.a
> +
> +OBJS = onenand_base.o onenand_bbt.o
> +
> +all: $(LIB)
> +
> +$(LIB): $(OBJS)
> + $(AR) crv $@ $(OBJS)
This Makefile does not work when using a separate build directory
(when using "make -O some_dir ....").
Please fix.
NAK.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You see things; and you say ``Why?'' But I dream things that never
were; and I say ``Why not?''
- George Bernard Shaw _Back to Methuselah_ (1921) pt. 1, act 1
next prev parent reply other threads:[~2007-09-08 22:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-07 0:58 [U-Boot-Users] [PATCH 2/5] OneNAND support Kyungmin Park
2007-09-08 22:54 ` Wolfgang Denk [this message]
2007-09-10 0:56 ` Kyungmin Park
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=20070908225437.0F22724653@gemini.denx.de \
--to=wd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox