Skip to content

Commit

Permalink
KVM: Move drivers/kvm/* to virt/kvm/
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent edf8841 commit 0fce562
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Makefile for Kernel-based Virtual Machine module
#

common-objs = $(addprefix ../../../drivers/kvm/, kvm_main.o)
common-objs = $(addprefix ../../../virt/kvm/, kvm_main.o)

EXTRA_CFLAGS += -I drivers/kvm
EXTRA_CFLAGS += -I virt/kvm

kvm-objs := $(common-objs) x86.o mmu.o x86_emulate.o i8259.o irq.o lapic.o \
ioapic.o
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0fce562

Please sign in to comment.