summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 10:35:00 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 10:35:00 -0700
commit556b1391b7e816a4f094a6cf02e5f380f4982337 (patch)
treee6738393664b8a36c0bd811418ac0fef7af9fb92 /Makefile
parentd99ff236c7fe8c8ab21c144392397a72f70f20c3 (diff)
downloadillumos-kvm-556b1391b7e816a4f094a6cf02e5f380f4982337.tar.gz
HVM-456 kvm_tss.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 b393f28..a7a3d3a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ HEADERS= \
kvm_msidef.h \
kvm_paging_tmpl.h \
kvm_timer.h \
+ kvm_tss.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)