summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1db5546..2bd3f83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,5 +60,4 @@ p9w-fsi.dtb.o: p9w-fsi.dts p9-fsi.dtsi
# unflattening the device-tree
dd if=$@.tmp of=$@ ibs=16 conv=sync
rm $@.tmp
-# objcopy -I binary -O elf32-littlearm -B arm $@ $@
- objcopy -I binary -O elf64-x86-64 -B i386:x86-64 $@ $@
+ objcopy -I binary -O @ARCH_FF@ $@ $@
OpenPOWER on IntegriCloud