mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
c9159fe9aa
The entries for libhw* are no longer needed in .gitignore. There is also no longer a difference between common-obj-y and hw-obj-y, so one of those two macros is sufficient. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
10 lines
399 B
Text
10 lines
399 B
Text
common-obj-$(CONFIG_IDE_CORE) += core.o atapi.o
|
|
common-obj-$(CONFIG_IDE_QDEV) += qdev.o
|
|
common-obj-$(CONFIG_IDE_PCI) += pci.o
|
|
common-obj-$(CONFIG_IDE_ISA) += isa.o
|
|
common-obj-$(CONFIG_IDE_PIIX) += piix.o
|
|
common-obj-$(CONFIG_IDE_CMD646) += cmd646.o
|
|
common-obj-$(CONFIG_IDE_MACIO) += macio.o
|
|
common-obj-$(CONFIG_IDE_VIA) += via.o
|
|
common-obj-$(CONFIG_AHCI) += ahci.o
|
|
common-obj-$(CONFIG_AHCI) += ich.o
|