summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 13:53:19 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 13:53:19 -0700
commit553ff6315302ca952e9e6b7db8a4e58342b9d618 (patch)
tree7a5ad8721614ff55428877eaf3b3893889d79755 /Makefile
parent90580d19c47e0ac0532a1a00344298ba83b61a22 (diff)
downloadillumos-kvm-553ff6315302ca952e9e6b7db8a4e58342b9d618.tar.gz
HVM-461 kvm_x86host.h should be cstyle clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0497386..45d5c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ HEADERS= \
kvm_tss.h \
kvm_types.h \
kvm_vmx.h \
- kvm_x86.h
+ kvm_x86.h \
+ kvm_x86host.h
kvm: kvm.c kvm_x86.c kvm_emulate.c kvm.h kvm_x86host.h msr.h kvm_bitops.h kvm_irq.c kvm_i8254.c kvm_lapic.c kvm_mmu.c kvm_iodev.c kvm_ioapic.c kvm_vmx.c kvm_i8259.c kvm_coalesced_mmio.c kvm_irq_comm.c kvm_cache_regs.c kvm_bitops.c $(HEADERS)
$(CC) $(CFLAGS) $(INCLUDEDIR) kvm.c