mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Remove libhw
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>
This commit is contained in:
parent
b8994faf2a
commit
c9159fe9aa
10 changed files with 138 additions and 172 deletions
|
@ -1,10 +1,10 @@
|
|||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue