]> Git Repo - qemu.git/blob - hw/isa/Makefile.objs
piix4: Add the Reset Control Register
[qemu.git] / hw / isa / Makefile.objs
1 common-obj-$(CONFIG_ISA_BUS) += isa-bus.o
2 common-obj-$(CONFIG_ISA_SUPERIO) += isa-superio.o
3 common-obj-$(CONFIG_APM) += apm.o
4 common-obj-$(CONFIG_I82378) += i82378.o
5 common-obj-$(CONFIG_PC87312) += pc87312.o
6 common-obj-$(CONFIG_PIIX4) += piix4.o
7 common-obj-$(CONFIG_VT82C686) += vt82c686.o
8 common-obj-$(CONFIG_SMC37C669) += smc37c669-superio.o
9
10 obj-$(CONFIG_LPC_ICH9) += lpc_ich9.o
This page took 0.026967 seconds and 4 git commands to generate.