summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-11-25 15:36:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-28 09:23:24 +0100
commit16db801f4dc17e26faaaa7dccff39233fcc863f3 (patch)
tree0b27777d6b72b0fa47fef880bd6709a8e4b8e6c1 /drivers/ata/Makefile
parentfb491506ad58c4631b9b5dd2e6e2981be9774870 (diff)
downloadbarebox-16db801f4dc17e26faaaa7dccff39233fcc863f3.tar.gz
barebox-16db801f4dc17e26faaaa7dccff39233fcc863f3.tar.xz
ATA Disk Support: Add support for native ATA type drives
This changed patch removes more of the u-boot like code and replace it with kernel like code. commit 2a8966936af6b54573483ade559d0633e489b515 Author: Juergen Beisert <jbe@pengutronix.de> Date: Fri Sep 30 15:06:26 2011 +0200 ATA Disk Support: Add support for native ATA type drives 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index e2b41b7896..cdbcbe7dbb 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_ATA) += disk_ata_drive.o
# interface types