aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Evans <matt@ozlabs.org>2012-02-04 19:07:22 +1100
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:51 +0100
commit7295767d4dbdb04136ba6cfbf1150cdad0745165 (patch)
treeb19d7e22f18be4f8351822945250f4fb97b6657a /Makefile
parentbe76823f649b3b21bdc617812bcaa51e37a545ba (diff)
downloadkvmtool-7295767d4dbdb04136ba6cfbf1150cdad0745165.tar.gz
kvm tools: Add SPAPR PPC64 HV console
This adds the console code, plus VIO HV terminal nodes are added to the device tree so the guest kernel will pick it up. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38ec3fd7..32e1a0b2 100644
--- a/Makefile
+++ b/Makefile
@@ -136,6 +136,7 @@ ifeq ($(uname_M), ppc64)
OBJS += powerpc/kvm-cpu.o
OBJS += powerpc/spapr_hcall.o
OBJS += powerpc/spapr_rtas.o
+ OBJS += powerpc/spapr_hvcons.o
# We use libfdt, but it's sometimes not packaged 64bit. It's small too,
# so just build it in:
CFLAGS += -I../../scripts/dtc/libfdt