Paul Mackerras | f78541d | 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 | ||||
Benjamin Herrenschmidt | 51d3082 | 2005-11-23 17:57:25 +1100 | [diff] [blame] | 6 | obj-y += xmon.o ppc-dis.o ppc-opc.o setjmp.o start.o \ |
7 | nonstdio.o | ||||
Michael Ellerman | af89fb8 | 2006-11-23 00:46:44 +0100 | [diff] [blame^] | 8 | obj-$(CONFIG_PPC_CELL) += spu-dis.o spu-opc.o |