summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 11:35:07 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 11:35:07 -0700
commit429303891693e0268f5dca8dd0d4580b4b7d3dc1 (patch)
treed4715d35a769ca61ca44dcd1c486c10a72837e7e /Makefile
parentb167e27f80b68423df5c006e700209d71699b188 (diff)
downloadillumos-kvm-429303891693e0268f5dca8dd0d4580b4b7d3dc1.tar.gz
HVM-459 kvm_types.h should be cstyle clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7a3d3a..9837a61 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ HEADERS= \
kvm_paging_tmpl.h \
kvm_timer.h \
kvm_tss.h \
+ kvm_types.h \
kvm_x86.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)