xref: /openbmc/linux/arch/powerpc/xmon/Makefile (revision 31cdd0c3)
1f78541dcSPaul Mackerras# Makefile for xmon
2f78541dcSPaul Mackerras
3ba55bd74SMichael Ellermansubdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4ba55bd74SMichael Ellerman
5a15098c9SMichael EllermanGCOV_PROFILE := n
6bf76f73cSDaniel AxtensUBSAN_SANITIZE := n
7a15098c9SMichael Ellerman
81fbe9cf2SAnton Blanchardccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
9e0426047SMichael Ellerman
1031cdd0c3SPaul Mackerrasobj-y			+= xmon.o nonstdio.o spr_access.o
11e0426047SMichael Ellerman
12e0426047SMichael Ellermanifdef CONFIG_XMON_DISASSEMBLY
13e0426047SMichael Ellermanobj-y			+= ppc-dis.o ppc-opc.o
14e055595dSArnd Bergmannobj-$(CONFIG_SPU_BASE)	+= spu-dis.o spu-opc.o
15e0426047SMichael Ellermanendif
16