
9 Sep
2007
9 Sep
'07
12:54 a.m.
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@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