summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/Makefile
diff options
context:
space:
mode:
authorMichal Marek2011-05-05 07:22:55 +0200
committerBenjamin Herrenschmidt2011-05-19 06:30:40 +0200
commit31355403dba5aa7a700c69f91cd6266092932701 (patch)
tree4b2acfb02db307eb7cbee7903ffef94da70ade0f /arch/powerpc/boot/Makefile
parentpowerpc: Remove unused config in the Makefile (diff)
downloadkernel-qcow2-linux-31355403dba5aa7a700c69f91cd6266092932701.tar.gz
kernel-qcow2-linux-31355403dba5aa7a700c69f91cd6266092932701.tar.xz
kernel-qcow2-linux-31355403dba5aa7a700c69f91cd6266092932701.zip
powerpc: Use the deterministic mode of ar
Signed-off-by: Michal Marek <mmarek@suse.cz> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r--arch/powerpc/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 0e2a152c3aa5..c26200b40a47 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -128,7 +128,7 @@ quiet_cmd_bootas = BOOTAS $@
cmd_bootas = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTAFLAGS) -c -o $@ $<
quiet_cmd_bootar = BOOTAR $@
- cmd_bootar = $(CROSS32AR) -cr $@.$$$$ $(filter-out FORCE,$^); mv $@.$$$$ $@
+ cmd_bootar = $(CROSS32AR) -cr$(KBUILD_ARFLAGS) $@.$$$$ $(filter-out FORCE,$^); mv $@.$$$$ $@
$(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
$(call if_changed_dep,bootcc)