mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
af89fb8041
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>
9 lines
199 B
Makefile
9 lines
199 B
Makefile
# Makefile for xmon
|
|
|
|
ifdef CONFIG_PPC64
|
|
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
|