summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-29 16:40:43 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-29 16:40:43 -0700
commit6a628cf7e18cbd6f033b729ebf006e5577c1db5f (patch)
tree6d69e29ceeb7ac9a44e52b9591eef9da7985b037 /Makefile
parent718babe9a9a850decf23060a9c32133e7bb943cf (diff)
downloadillumos-kvm-6a628cf7e18cbd6f033b729ebf006e5577c1db5f.tar.gz
HVM-445 kvm_lapic.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 74c51a4..6b6bea8 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ HEADERS= \
kvm_ioapic.h \
kvm_iodev.h \
kvm_irq.h \
+ kvm_lapic.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)