diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-29 13:23:17 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-29 13:23:17 -0700 |
commit | 718babe9a9a850decf23060a9c32133e7bb943cf (patch) | |
tree | b52ccc4353a45d1102e4931e2f2158abc0e88012 /Makefile | |
parent | ff09c7a12308ea886df0f5e0fcf7a2210f964415 (diff) | |
download | illumos-kvm-718babe9a9a850decf23060a9c32133e7bb943cf.tar.gz |
HVM-442 kvm_irq.h should be cstyle clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |