18280edafe
For para-virtualized guests running under KVM or other equivalent hypervisor. Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com> Cc: linux-mips@linux-mips.org Cc: James Hogan <james.hogan@imgtec.com> Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/7004/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
15 lines
379 B
Makefile
15 lines
379 B
Makefile
#
|
|
# Makefile for MIPS para-virtualized specific kernel interface routines
|
|
# under Linux.
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
# License. See the file "COPYING" in the main directory of this archive
|
|
# for more details.
|
|
#
|
|
# Copyright (C) 2013 Cavium, Inc.
|
|
#
|
|
|
|
obj-y := setup.o serial.o paravirt-irq.o
|
|
|
|
obj-$(CONFIG_SMP) += paravirt-smp.o
|