summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-29 13:23:17 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-29 13:23:17 -0700
commit718babe9a9a850decf23060a9c32133e7bb943cf (patch)
treeb52ccc4353a45d1102e4931e2f2158abc0e88012 /Makefile
parentff09c7a12308ea886df0f5e0fcf7a2210f964415 (diff)
downloadillumos-kvm-718babe9a9a850decf23060a9c32133e7bb943cf.tar.gz
HVM-442 kvm_irq.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 4c9de42..74c51a4 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ HEADERS= \
kvm_impl.h \
kvm_ioapic.h \
kvm_iodev.h \
+ kvm_irq.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)