Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# Makefile for KVM support for MIPS
2#
3
4common-objs = $(addprefix ../../../virt/kvm/, kvm_main.o coalesced_mmio.o)
5
6EXTRA_CFLAGS += -Ivirt/kvm -Iarch/mips/kvm
7
8kvm-objs := $(common-objs) mips.o emulate.o locore.o \
9 interrupt.o stats.o commpage.o \
10 dyntrans.o trap_emul.o
11
12obj-$(CONFIG_KVM) += kvm.o
13obj-y += callback.o tlb.o