Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topic/gpio...
[deliverable/linux.git] / arch / mips / kvm / Makefile
CommitLineData
03a0331c
SL
1# Makefile for KVM support for MIPS
2#
3
539cb89f 4common-objs-y = $(addprefix ../../../virt/kvm/, kvm_main.o coalesced_mmio.o)
03a0331c
SL
5
6EXTRA_CFLAGS += -Ivirt/kvm -Iarch/mips/kvm
7
539cb89f
JH
8common-objs-$(CONFIG_CPU_HAS_MSA) += msa.o
9
90e9311a 10kvm-objs := $(common-objs-y) mips.o emulate.o entry.o \
d7d5b05f 11 interrupt.o stats.o commpage.o \
98e91b84 12 dyntrans.o trap_emul.o fpu.o
403015b3 13kvm-objs += mmu.o
03a0331c
SL
14
15obj-$(CONFIG_KVM) += kvm.o
d7d5b05f 16obj-y += callback.o tlb.o
This page took 0.163894 seconds and 5 git commands to generate.