Paul Mackerras | f78541dc | 2005-10-28 22:53:37 +1000 | [diff] [blame] | 1 | # Makefile for xmon |
2 | |||||
3 | ifdef CONFIG_PPC64 | ||||
4 | EXTRA_CFLAGS += -mno-minimal-toc | ||||
5 | endif | ||||
Michael Ellerman | e042604 | 2006-11-23 00:46:45 +0100 | [diff] [blame] | 6 | |
7 | obj-y += xmon.o setjmp.o start.o nonstdio.o | ||||
8 | |||||
9 | ifdef CONFIG_XMON_DISASSEMBLY | ||||
10 | obj-y += ppc-dis.o ppc-opc.o | ||||
Arnd Bergmann | e055595 | 2006-11-27 19:18:55 +0100 | [diff] [blame] | 11 | obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o |
Michael Ellerman | e042604 | 2006-11-23 00:46:45 +0100 | [diff] [blame] | 12 | endif |