summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini2019-02-22 17:43:05 +0100
committerPaolo Bonzini2019-02-22 17:43:05 +0100
commit54a1f393ce1b6645462d7f42e36171f86f54d030 (patch)
treee62e837b90da66e0361fb85bc193ba95dce58f33 /arch/powerpc/kvm/Makefile
parentRevert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()" (diff)
parentMerge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next (diff)
downloadkernel-qcow2-linux-54a1f393ce1b6645462d7f42e36171f86f54d030.tar.gz
kernel-qcow2-linux-54a1f393ce1b6645462d7f42e36171f86f54d030.tar.xz
kernel-qcow2-linux-54a1f393ce1b6645462d7f42e36171f86f54d030.zip
Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next
PPC KVM update for 5.1 There are no major new features this time, just a collection of bug fixes and improvements in various areas, including machine check handling and context switching of protection-key-related registers.
Diffstat (limited to 'arch/powerpc/kvm/Makefile')
-rw-r--r--arch/powerpc/kvm/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kvm/Makefile b/arch/powerpc/kvm/Makefile
index 64f1135e7732..3223aec88b2c 100644
--- a/arch/powerpc/kvm/Makefile
+++ b/arch/powerpc/kvm/Makefile
@@ -10,11 +10,6 @@ common-objs-y = $(KVM)/kvm_main.o $(KVM)/eventfd.o
common-objs-$(CONFIG_KVM_VFIO) += $(KVM)/vfio.o
common-objs-$(CONFIG_KVM_MMIO) += $(KVM)/coalesced_mmio.o
-CFLAGS_e500_mmu.o := -I.
-CFLAGS_e500_mmu_host.o := -I.
-CFLAGS_emulate.o := -I.
-CFLAGS_emulate_loadstore.o := -I.
-
common-objs-y += powerpc.o emulate_loadstore.o
obj-$(CONFIG_KVM_EXIT_TIMING) += timing.o
obj-$(CONFIG_KVM_BOOK3S_HANDLER) += book3s_exports.o