[U-Boot-Users] [PATCH 2/5] OneNAND support
Wolfgang Denk
wd at denx.de
Sun Sep 9 00:54:37 CEST 2007
In message <20070907005844.GA19746 at party> you wrote:
> [PATCH 2/5] OneNAND support
>
> Signed-off-by: Kyungmin Park <kyungmin.park at 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
More information about the U-Boot
mailing list