qemu-patch-raspberry4/hw/ide/Makefile.objs
Paolo Bonzini be1029ec30 build: convert libhw to nested Makefile.objs
After this patch, the libhw* directories will have a hierarchy
that mimics the source tree.  This is useful because we do have
a couple of files there that are in the top source directory.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-06-07 09:21:17 +02:00

11 lines
359 B
Makefile

hw-obj-$(CONFIG_IDE_CORE) += core.o atapi.o
hw-obj-$(CONFIG_IDE_QDEV) += qdev.o
hw-obj-$(CONFIG_IDE_PCI) += pci.o
hw-obj-$(CONFIG_IDE_ISA) += isa.o
hw-obj-$(CONFIG_IDE_PIIX) += piix.o
hw-obj-$(CONFIG_IDE_CMD646) += cmd646.o
hw-obj-$(CONFIG_IDE_MACIO) += macio.o
hw-obj-$(CONFIG_IDE_VIA) += via.o
hw-obj-$(CONFIG_AHCI) += ahci.o
hw-obj-$(CONFIG_AHCI) += ich.o