diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-27 14:37:25 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-27 14:37:25 -0700 |
commit | a1319aa08095397882093a68bedd47c42201a117 (patch) | |
tree | 5cbc9ce8632d89f5c2bbbadd485de32353d9e7bf /Makefile | |
parent | a444a578106bb6c0738c919facce7aeb70cf64ba (diff) | |
download | illumos-kvm-a1319aa08095397882093a68bedd47c42201a117.tar.gz |
HVM-427 kvm_emulate.h should be cstyle-clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -17,12 +17,13 @@ CSTYLE=$(KERNEL_SOURCE)/usr/src/tools/scripts/cstyle all: kvm kvm.so -HEADERS= \ - kvm.h \ - kvm_bitops.h \ - kvm_cache_regs.h \ - kvm_coalesced_mmio.h \ - kvm_cpuid.h \ +HEADERS= \ + kvm.h \ + kvm_bitops.h \ + kvm_cache_regs.h \ + kvm_coalesced_mmio.h \ + kvm_cpuid.h \ + kvm_emulate.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 |