]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/powerpc/xmon/Makefile
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / xmon / Makefile
1 # Makefile for xmon
2
3 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
5 GCOV_PROFILE := n
6
7 ccflags-$(CONFIG_PPC64) := -mno-minimal-toc
8
9 obj-y += xmon.o start.o nonstdio.o
10
11 ifdef CONFIG_XMON_DISASSEMBLY
12 obj-y += ppc-dis.o ppc-opc.o
13 obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
14 endif