xref: /openbmc/linux/arch/powerpc/xmon/Makefile (revision 1fbe9cf2)
1f78541dcSPaul Mackerras# Makefile for xmon
2f78541dcSPaul Mackerras
3ba55bd74SMichael Ellermansubdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4ba55bd74SMichael Ellerman
5a15098c9SMichael EllermanGCOV_PROFILE := n
6a15098c9SMichael Ellerman
7*1fbe9cf2SAnton Blanchardccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
8e0426047SMichael Ellerman
933b5cd68SMichael Ellermanobj-y			+= xmon.o nonstdio.o
10e0426047SMichael Ellerman
11e0426047SMichael Ellermanifdef CONFIG_XMON_DISASSEMBLY
12e0426047SMichael Ellermanobj-y			+= ppc-dis.o ppc-opc.o
13e055595dSArnd Bergmannobj-$(CONFIG_SPU_BASE)	+= spu-dis.o spu-opc.o
14e0426047SMichael Ellermanendif
15