]> Git Repo - qemu.git/blob - hw/ide/Makefile.objs
build: convert libhw to nested Makefile.objs
[qemu.git] / hw / ide / Makefile.objs
1 hw-obj-$(CONFIG_IDE_CORE) += core.o atapi.o
2 hw-obj-$(CONFIG_IDE_QDEV) += qdev.o
3 hw-obj-$(CONFIG_IDE_PCI) += pci.o
4 hw-obj-$(CONFIG_IDE_ISA) += isa.o
5 hw-obj-$(CONFIG_IDE_PIIX) += piix.o
6 hw-obj-$(CONFIG_IDE_CMD646) += cmd646.o
7 hw-obj-$(CONFIG_IDE_MACIO) += macio.o
8 hw-obj-$(CONFIG_IDE_VIA) += via.o
9 hw-obj-$(CONFIG_AHCI) += ahci.o
10 hw-obj-$(CONFIG_AHCI) += ich.o
This page took 0.026003 seconds and 4 git commands to generate.