From: Wolfgang Denk Date: Tue, 9 Sep 2008 15:55:31 +0000 (+0200) Subject: trab: fix build problem after change to use do_div() X-Git-Tag: v2008.10-rc2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bc07c368076560ed7fa4c9f987c71a8521488a9;p=kernel%2Fu-boot.git trab: fix build problem after change to use do_div() We must link with libgeneric now. Signed-off-by: Wolfgang Denk --- 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=) $@