Signed-off-by: Robert Millan <rmh@aybabtu.com>

Acked-by: Jordan Crouse <jordan@cosmicpenguin.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3749 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Robert Millan
2008-11-11 23:41:08 +00:00
committed by Jordan Crouse
parent 39ebf2f068
commit c1f404fc0e
2 changed files with 4 additions and 4 deletions

View File

@@ -65,9 +65,9 @@ else
include $(src)/.config
all: prepare $(TARGET)
all: $(TARGET)
$(TARGET): $(src)/.config $(OBJS)
$(TARGET): $(src)/.config $(OBJS) prepare
$(Q)printf " LD $(subst $(shell pwd)/,,$(@))\n"
$(Q)$(XCC) -o $@ $(OBJS)
$(Q)printf " STRIP $(subst $(shell pwd)/,,$(@))\n"