summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman2006-11-23 00:46:44 +0100
committerPaul Mackerras2006-12-04 10:40:31 +0100
commitaf89fb8041562508895c8f3ba04790d7c2f4338c (patch)
tree5b1bdbd2769400b0506a8fa4be64e3fd1d7fed9b /arch/powerpc/xmon/Makefile
parent[POWERPC] Import spu disassembly code into xmon (diff)
downloadkernel-qcow2-linux-af89fb8041562508895c8f3ba04790d7c2f4338c.tar.gz
kernel-qcow2-linux-af89fb8041562508895c8f3ba04790d7c2f4338c.tar.xz
kernel-qcow2-linux-af89fb8041562508895c8f3ba04790d7c2f4338c.zip
[POWERPC] Add spu disassembly to xmon
This patch adds a "sdi" command to xmon, to disassemble the contents of an spu's local store. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch/powerpc/xmon/Makefile')
-rw-r--r--arch/powerpc/xmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/xmon/Makefile b/arch/powerpc/xmon/Makefile
index 109d874ecfbe..4f274056e770 100644
--- a/arch/powerpc/xmon/Makefile
+++ b/arch/powerpc/xmon/Makefile
@@ -5,3 +5,4 @@ EXTRA_CFLAGS += -mno-minimal-toc
endif
obj-y += xmon.o ppc-dis.o ppc-opc.o setjmp.o start.o \
nonstdio.o
+obj-$(CONFIG_PPC_CELL) += spu-dis.o spu-opc.o