From a463bd795e5b942aa8514744417481ea74d09c0b Mon Sep 17 00:00:00 2001 From: Yen Lin Date: Thu, 13 Jan 2011 12:37:10 -0800 Subject: arm: tegra: Add SATA support Original-Change-Id: I18c63f1c69e155ddc1cec1718af9684d861815b7 Reviewed-on: http://git-master/r/15863 Tested-by: Yen Lin Reviewed-by: Rhyland Klein Reviewed-by: Scott Williams Reviewed-on: http://git-master/r/16485 Change-Id: I6afa5a097b4fc7d6c45614107118458da0d9d888 --- drivers/ata/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ata/Makefile') diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index d5df04a395ca..7179d71ab8eb 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -3,6 +3,7 @@ obj-$(CONFIG_ATA) += libata.o # non-SFF interface obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o +obj-$(CONFIG_SATA_AHCI_TEGRA) += ahci-tegra.o libahci.o obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platform.o libahci.o obj-$(CONFIG_SATA_FSL) += sata_fsl.o obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o -- cgit v1.2.3