summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-05 16:26:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-07 12:19:41 +0100
commit1d9e9d1b8a9e92a7a3b6dd4a2454e32c6c927cbf (patch)
treee6073a9954cdc49a35484d76456e34eb3ff0f3db /drivers/ata/Makefile
parentdd97d796961eb1bd5f3ee9bbbf0533be98718609 (diff)
downloadbarebox-1d9e9d1b8a9e92a7a3b6dd4a2454e32c6c927cbf.tar.gz
barebox-1d9e9d1b8a9e92a7a3b6dd4a2454e32c6c927cbf.tar.xz
ata: split ide sff suport to separate file
Currently we only support oldschool IDE SFF devices. This is done by registering a register layout struct and everything else is done by the generic IDE SFF driver. Since modern ATA devices still use ATA, but not the SFF interface anymore, split out the IDE SFF support to a separate file to allow for other types of ata interfaces. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index eaeddae2de..e27299e442 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -1,6 +1,7 @@
# drive types
obj-$(CONFIG_DISK_BIOS) += disk_bios_drive.o
+obj-$(CONFIG_DISK_IDE_SFF) += ide-sff.o
obj-$(CONFIG_DISK_ATA) += disk_ata_drive.o
# interface types