From 6ece5a449f51b748e027ff7ccfede575a3d2fd8d Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Mon, 27 Jun 2011 13:35:12 -0700 Subject: HVM-421 kvm_x86.h should be cstyle clean --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd1a8ea..f323925 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ all: kvm kvm.so HEADERS= \ kvm.h \ - kvm_bitops.h + kvm_bitops.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 $(CC) $(CFLAGS) $(INCLUDEDIR) kvm.c -- cgit v1.2.3