aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/cell/spufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/Makefile b/arch/powerpc/platforms/cell/spufs/Makefile
index ac86b2596d04..9bfaba8791e3 100644
--- a/arch/powerpc/platforms/cell/spufs/Makefile
+++ b/arch/powerpc/platforms/cell/spufs/Makefile
@@ -46,7 +46,7 @@ cmd_hexdump = ( \
46 echo " * Do not edit!" ; \ 46 echo " * Do not edit!" ; \
47 echo " */" ; \ 47 echo " */" ; \
48 echo "static unsigned int $*_code[] __page_aligned = {" ; \ 48 echo "static unsigned int $*_code[] __page_aligned = {" ; \
49 hexdump -v -e '4/4 "0x%08x, " "\n"' $< ; \ 49 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
50 echo "};" ; \ 50 echo "};" ; \
51 ) > $@ 51 ) > $@
52quiet_cmd_hexdump = HEXDUMP $@ 52quiet_cmd_hexdump = HEXDUMP $@