]> Git Repo - J-linux.git/blob - arch/mips/kvm/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / mips / kvm / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for KVM support for MIPS
3 #
4
5 include $(srctree)/virt/kvm/Makefile.kvm
6
7 ccflags-y += -Ivirt/kvm -Iarch/mips/kvm
8
9 kvm-$(CONFIG_CPU_HAS_MSA) += msa.o
10
11 kvm-y +=    mips.o emulate.o entry.o \
12             interrupt.o stats.o \
13             fpu.o
14 kvm-y += hypcall.o
15 kvm-y += mmu.o
16 kvm-$(CONFIG_CPU_LOONGSON64) += loongson_ipi.o
17
18 kvm-y           += vz.o
19 obj-$(CONFIG_KVM)       += kvm.o
20 obj-y                   += tlb.o
This page took 0.028425 seconds and 4 git commands to generate.