kvm tools: Move hardware drivers to hw directory

This patch moves hypervisor native hardware emulation drivers to "hw" directory
like we've done for virtio and disk image code.

Acked-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Pekka Enberg
2011-05-18 22:52:37 +03:00
committed by Will Deacon
parent 7281155810
commit f5fc024d27
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -15,7 +15,6 @@ FIND = find
CSCOPE = cscope
TAGS = ctags
OBJS += 8250-serial.o
OBJS += cpuid.o
OBJS += read-write.o
OBJS += interrupt.o
@@ -25,7 +24,8 @@ OBJS += kvm-cpu.o
OBJS += main.o
OBJS += mmio.o
OBJS += pci.o
OBJS += rtc.o
OBJS += hw/rtc.o
OBJS += hw/serial.o
OBJS += term.o
OBJS += util.o
OBJS += virtio/blk.o
View File
View File