[U-Boot] [PATCH] trab: fix build problem after change to use do_div()
Wolfgang Denk
wd at denx.de
Tue Sep 9 17:57:01 CEST 2008
We must link with libgeneric now.
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
board/trab/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/trab/Makefile b/board/trab/Makefile
index 2402577..6dfcb87 100644
--- a/board/trab/Makefile
+++ b/board/trab/Makefile
@@ -50,6 +50,7 @@ $(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(obj)trab_fkt.srec: $(OBJS_FKT) $(LIB)
$(LD) -g -Ttext $(LOAD_ADDR) -o $(<:.o=) -e trab_fkt $^ $(LIB) \
-L$(obj)../../examples -lstubs \
+ -L$(obj)../../lib_generic -lgeneric \
-L$(gcclibdir) -lgcc
$(OBJCOPY) -O srec $(<:.o=) $@
--
1.5.6.1
More information about the U-Boot
mailing list