KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
[deliverable/linux.git] / arch / powerpc / xmon / Makefile
CommitLineData
f78541dc
PM
1# Makefile for xmon
2
ba55bd74
ME
3subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
a15098c9 5GCOV_PROFILE := n
bf76f73c 6UBSAN_SANITIZE := n
a15098c9 7
1fbe9cf2 8ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
e0426047 9
31cdd0c3 10obj-y += xmon.o nonstdio.o spr_access.o
e0426047
ME
11
12ifdef CONFIG_XMON_DISASSEMBLY
13obj-y += ppc-dis.o ppc-opc.o
e055595d 14obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
e0426047 15endif
This page took 1.206006 seconds and 5 git commands to generate.