blob: 0b2f771593ebde86b39e636f6ed2a280603c7159 [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
Daniel Axtensbf76f732016-01-20 15:00:58 -08006UBSAN_SANITIZE := n
Michael Ellermana15098c2009-08-09 19:02:51 +00007
Anton Blanchard1fbe9cf2012-11-26 17:41:08 +00008ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
Michael Ellermane0426042006-11-23 00:46:45 +01009
Paul Mackerras31cdd0c2016-04-13 21:31:24 +100010obj-y += xmon.o nonstdio.o spr_access.o
Michael Ellermane0426042006-11-23 00:46:45 +010011
12ifdef CONFIG_XMON_DISASSEMBLY
13obj-y += ppc-dis.o ppc-opc.o
Arnd Bergmanne0555952006-11-27 19:18:55 +010014obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
Michael Ellermane0426042006-11-23 00:46:45 +010015endif