summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:05 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:05 +0000
commit9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (patch)
treebf6e3f5049a9ccf9d73fe20c351723b39f4c9006 /Makefile.objs
parent4c65f1e5ba5ea512e962c7f4271235b799121e70 (diff)
downloadhqemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.zip
hqemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.tar.gz
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index fb7b780..8b4036b 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -153,6 +153,13 @@ hw-obj-y += ne2000.o
hw-obj-$(CONFIG_SMC91C111) += smc91c111.o
hw-obj-$(CONFIG_LAN9118) += lan9118.o
+# IDE
+hw-obj-$(CONFIG_IDE_QDEV) += ide/qdev.o
+hw-obj-$(CONFIG_IDE_PCI) += ide/pci.o
+hw-obj-$(CONFIG_IDE_ISA) += ide/isa.o
+hw-obj-$(CONFIG_IDE_PIIX) += ide/piix.o
+hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o
+
# SCSI layer
hw-obj-y += lsi53c895a.o
hw-obj-$(CONFIG_ESP) += esp.o
OpenPOWER on IntegriCloud