aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-11-22 18:46:44 -0500
committerPaul Mackerras <paulus@samba.org>2006-12-04 04:40:31 -0500
commitaf89fb8041562508895c8f3ba04790d7c2f4338c (patch)
tree5b1bdbd2769400b0506a8fa4be64e3fd1d7fed9b /arch/powerpc/xmon/Makefile
parentae06e374c15c5d62e08c19c15f2c247a86e240d4 (diff)
[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
5endif 5endif
6obj-y += xmon.o ppc-dis.o ppc-opc.o setjmp.o start.o \ 6obj-y += xmon.o ppc-dis.o ppc-opc.o setjmp.o start.o \
7 nonstdio.o 7 nonstdio.o
8obj-$(CONFIG_PPC_CELL) += spu-dis.o spu-opc.o