projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b965f3e
)
xen: arm: Use $(OBJCOPY) not bare objcopy
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 4 Dec 2012 15:50:19 +0000
(15:50 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 4 Dec 2012 15:50:19 +0000
(15:50 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reported-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Makefile
patch
|
blob
|
history
diff --git
a/xen/arch/arm/Makefile
b/xen/arch/arm/Makefile
index fd92b7294160025799ae9adfc3cdabd6094b0ffe..4c61b042a712a7510ad7fe323c008d45dde66a3c 100644
(file)
--- a/
xen/arch/arm/Makefile
+++ b/
xen/arch/arm/Makefile
@@
-46,7
+46,7
@@
$(TARGET): $(TARGET)-syms $(TARGET).bin
#
$(TARGET).bin: $(TARGET)-syms
-
objcopy
-O binary -S $< $@
+
$(OBJCOPY)
-O binary -S $< $@
#$(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32
# ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \