diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-03 09:55:52 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 14:16:56 +0100 |
commit | 73b6a2be8b29b2067aa3c0f1d6433b6148d88705 (patch) | |
tree | e5c9024f689885c1e002ba57fff6895a7f5a54d2 /drivers/ata/Makefile | |
parent | a17dba8df9848c548912fbe9bf4b28c5a67c5413 (diff) | |
download | talos-obmc-linux-73b6a2be8b29b2067aa3c0f1d6433b6148d88705.tar.gz talos-obmc-linux-73b6a2be8b29b2067aa3c0f1d6433b6148d88705.zip |
[ARM] Add support for ICSIDE interface on RiscPC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 13d7397e0008..cc8798b1a54f 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -61,6 +61,7 @@ obj-$(CONFIG_PATA_TRIFLEX) += pata_triflex.o obj-$(CONFIG_PATA_IXP4XX_CF) += pata_ixp4xx_cf.o obj-$(CONFIG_PATA_SCC) += pata_scc.o obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o +obj-$(CONFIG_PATA_ICSIDE) += pata_icside.o # Should be last but one libata driver obj-$(CONFIG_ATA_GENERIC) += ata_generic.o # Should be last libata driver |