projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ppc4xx: Cleanup for partial linking and --gc-sections
[J-u-boot.git]
/
board
/
amcc
/
bamboo
/
Makefile
diff --git
a/board/amcc/bamboo/Makefile
b/board/amcc/bamboo/Makefile
index 7c0f50f2c75893796782d8e1c33e1f4c048530af..2e7dc39178c1be7ed120ec422b9ffb3d81f0144a 100644
(file)
--- a/
board/amcc/bamboo/Makefile
+++ b/
board/amcc/bamboo/Makefile
@@
-32,8
+32,10
@@
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
-$(LIB): $(OBJS) $(SOBJS)
- $(call cmd_link_o_target, $(OBJS) $(SOBJS))
+all: $(LIB) $(SOBJS)
+
+$(LIB): $(OBJS)
+ $(call cmd_link_o_target, $^)
clean:
rm -f $(SOBJS) $(OBJS)
This page took
0.026487 seconds
and
4
git commands to generate.