49ab747f66
This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
247 B
Makefile
7 lines
247 B
Makefile
common-obj-y += scsi-disk.o
|
|
common-obj-y += scsi-generic.o scsi-bus.o
|
|
common-obj-$(CONFIG_LSI_SCSI_PCI) += lsi53c895a.o
|
|
common-obj-$(CONFIG_MEGASAS_SCSI_PCI) += megasas.o
|
|
common-obj-$(CONFIG_ESP) += esp.o
|
|
common-obj-$(CONFIG_ESP_PCI) += esp-pci.o
|