summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-11-23 00:46:44 +0100
committerPaul Mackerras <paulus@samba.org>2006-12-04 20:40:31 +1100
commitaf89fb8041562508895c8f3ba04790d7c2f4338c (patch)
tree5b1bdbd2769400b0506a8fa4be64e3fd1d7fed9b /arch/powerpc/xmon/Makefile
parentae06e374c15c5d62e08c19c15f2c247a86e240d4 (diff)
downloadlinux-af89fb8041562508895c8f3ba04790d7c2f4338c.tar.bz2
[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