diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:22:39 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:12 +0200 |
commit | 9a1179dc864ae71dec212c5da482451bcd4a4fcb (patch) | |
tree | 2c980d6e71c9097348519aface7b071933c29a8d /hw/ide/Makefile.objs | |
parent | 6e7907468fd05b8a641a715ebb110fc1903a604e (diff) |
hw: make all of hw/ide/ configurable via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ide/Makefile.objs')
-rw-r--r-- | hw/ide/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ide/Makefile.objs b/hw/ide/Makefile.objs index 5c8c22aad7..729e9bd0db 100644 --- a/hw/ide/Makefile.objs +++ b/hw/ide/Makefile.objs @@ -5,6 +5,8 @@ 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_MMIO) += mmio.o common-obj-$(CONFIG_IDE_VIA) += via.o +common-obj-$(CONFIG_MICRODRIVE) += microdrive.o common-obj-$(CONFIG_AHCI) += ahci.o common-obj-$(CONFIG_AHCI) += ich.o |