diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:05 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:05 +0000 |
commit | 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (patch) | |
tree | bf6e3f5049a9ccf9d73fe20c351723b39f4c9006 /Makefile.objs | |
parent | 4c65f1e5ba5ea512e962c7f4271235b799121e70 (diff) |
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index fb7b780636..8b4036bd18 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 |