Correct Makefile dependencies. This worked by accident before.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@591 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
5d11489d74
commit
93a391301e
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ endif
|
|||
|
||||
STAGE2_OBJ_NEEDED = $(filter-out $(STAGE0_OBJ), $(STAGE2_OBJ))
|
||||
|
||||
$(obj)/coreboot.stage2 $(obj)/coreboot.stage2.map: $(obj)/stage0.init $(STAGE2_OBJ_NEEDED)
|
||||
$(obj)/coreboot.stage2 $(obj)/coreboot.stage2.map: $(obj)/stage0.o $(STAGE2_OBJ_NEEDED)
|
||||
$(Q)# leave a .o with full symbols in it for debugging.
|
||||
$(Q)printf " LD $(subst $(shell pwd)/,,$(@))\n"
|
||||
$(Q)$(LD) -R $(obj)/stage0.o -Ttext 0x2000 --entry=stage2 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue