summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormax <max@maxpad.(none)>2011-01-16 14:12:35 +0100
committermax <max@maxpad.(none)>2011-01-16 14:12:35 +0100
commit7e7dec71420d4f5e91ae7afdc729ed4ec6b81cad (patch)
treef7811a49e29afa3af0be9234e9a6dc9def0f92ad /Makefile
parent8885025bcf3db6d3c5a91432097940d584a128f5 (diff)
downloadillumos-kvm-7e7dec71420d4f5e91ae7afdc729ed4ec6b81cad.tar.gz
ioctl fixes. this version has correct host state and control state,
but launch dies on incorrect guest state.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 145a2fc..5779792 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CFLAGS += -D_KERNEL -D_MACHDEP -Dx86 -DCONFIG_X86_64 -DDEBUG -c -g -DCONFIG_SOLA
INCLUDEDIR= -I $(KERNEL_SOURCE)/usr/src/uts/intel -I $(KERNEL_SOURCE)/usr/src/uts/i86pc -I $(KERNEL_SOURCE)/usr/src/uts/common
-kvm: kvm.c kvm_x86.c emulate.c kvm.h kvm_x86host.h
+kvm: kvm.c kvm_x86.c emulate.c kvm.h kvm_x86host.h msr.h
$(CC) $(CFLAGS) $(INCLUDEDIR) kvm.c
$(CC) $(CFLAGS) $(INCLUDEDIR) kvm_x86.c
$(CC) $(CFLAGS) $(INCLUDEDIR) emulate.c