summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-01-12 11:15:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-14 10:06:16 +0100
commitbb0d24d5b47b43cf429ecca0d138e99b90435802 (patch)
treecea3f52fd64e82f4dc79059fdce2f34336e60d1d /drivers/ata/Makefile
parent2264ac8e652210c1beb9452c56f107955db65492 (diff)
downloadbarebox-bb0d24d5b47b43cf429ecca0d138e99b90435802.tar.gz
barebox-bb0d24d5b47b43cf429ecca0d138e99b90435802.tar.xz
Add the main disk driver
This is the generic disk driver. It does not know how to access the drives. Other low level drivers are required for this. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 0048e2415a..90494441b5 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -1,3 +1,5 @@
# drive types
+obj-$(CONFIG_ATA_DISK) += disk_drive.o
+
# interface types