summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 10:19:04 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 10:19:04 -0700
commitd99ff236c7fe8c8ab21c144392397a72f70f20c3 (patch)
treefc8e2245795ef1f420d0339e06a278dd9f37a7b3 /Makefile
parent1f58162be858777237f555b1c26804c4206e27f7 (diff)
downloadillumos-kvm-d99ff236c7fe8c8ab21c144392397a72f70f20c3.tar.gz
HVM-455 kvm_timer.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 304a604..b393f28 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ HEADERS= \
kvm_mmu.h \
kvm_msidef.h \
kvm_paging_tmpl.h \
+ kvm_timer.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)