blob: faa81b6a66126531c87f94897f33d2affc7c43f3 [file] [log] [blame]
Paul Mackerrasf78541d2005-10-28 22:53:37 +10001# Makefile for xmon
2
Michael Ellermanba55bd72009-06-09 20:48:51 +00003subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
Michael Ellermana15098c2009-08-09 19:02:51 +00005GCOV_PROFILE := n
6
Paul Mackerrasf78541d2005-10-28 22:53:37 +10007ifdef CONFIG_PPC64
8EXTRA_CFLAGS += -mno-minimal-toc
9endif
Michael Ellermane0426042006-11-23 00:46:45 +010010
Anton Vorontsov322b4392008-12-17 10:08:55 +000011obj-y += xmon.o start.o nonstdio.o
Michael Ellermane0426042006-11-23 00:46:45 +010012
13ifdef CONFIG_XMON_DISASSEMBLY
14obj-y += ppc-dis.o ppc-opc.o
Arnd Bergmanne0555952006-11-27 19:18:55 +010015obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
Michael Ellermane0426042006-11-23 00:46:45 +010016endif