blob: c168c54e3c40caed0ead0ad449ebe00ad0232fd0 [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
matt mooney4108d9b2010-09-22 20:51:09 +00007ccflags-$(CONFIG_PPC64) := -mno-minimal-toc
Michael Ellermane0426042006-11-23 00:46:45 +01008
Anton Vorontsov322b4392008-12-17 10:08:55 +00009obj-y += xmon.o start.o nonstdio.o
Michael Ellermane0426042006-11-23 00:46:45 +010010
11ifdef CONFIG_XMON_DISASSEMBLY
12obj-y += ppc-dis.o ppc-opc.o
Arnd Bergmanne0555952006-11-27 19:18:55 +010013obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
Michael Ellermane0426042006-11-23 00:46:45 +010014endif