projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b20fd8
)
trab: fix build problem after change to use do_div()
author
Wolfgang Denk
<wd@denx.de>
Tue, 9 Sep 2008 15:55:31 +0000
(17:55 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 9 Sep 2008 15:55:31 +0000
(17:55 +0200)
We must link with libgeneric now.
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/trab/Makefile
patch
|
blob
|
history
diff --git
a/board/trab/Makefile
b/board/trab/Makefile
index 2402577a509eca25c65eb9afcd234e94ea14fead..6dfcb87096ca080a29499a76b901fe1b77f012af 100644
(file)
--- 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=) $@