mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
ide: split ioport registration to a separate file
This is not needed on ARM, and brings in ISA bus code which is otherwise not necessary. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-3-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d9bf2c5535
commit
83d14054f9
3 changed files with 68 additions and 27 deletions
|
@ -1,8 +1,8 @@
|
|||
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_ISA) += isa.o ioport.o
|
||||
common-obj-$(CONFIG_IDE_PIIX) += piix.o ioport.o
|
||||
common-obj-$(CONFIG_IDE_CMD646) += cmd646.o
|
||||
common-obj-$(CONFIG_IDE_MACIO) += macio.o
|
||||
common-obj-$(CONFIG_IDE_MMIO) += mmio.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue