aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorVasanth Ananthan <vasanthananthan@gmail.com>2012-12-27 09:52:24 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-06-19 16:53:46 +0530
commitf7343c391b8a4dea6baa623f83865756a85b64d1 (patch)
tree39ac5691c40c5c11a5fc1a429aad979f849f7d05 /drivers/ata/Makefile
parent465b86339aab36b96841b6a34ade59d703fe6209 (diff)
ata: samsung: Add SATA PHY controller driver
This patch adds a platform driver and I2C client driver for SATA PHY controller Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 082491db5d1..32d49edfade 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -11,7 +11,7 @@ obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o
obj-$(CONFIG_SATA_HIGHBANK) += sata_highbank.o libahci.o
obj-$(CONFIG_SATA_PHY) += sata_phy.o
-obj-$(CONFIG_SATA_EXYNOS) += sata_exynos.o libahci.o
+obj-$(CONFIG_SATA_EXYNOS) += sata_exynos.o sata_exynos_phy.o libahci.o
# SFF w/ custom DMA
obj-$(CONFIG_PDC_ADMA) += pdc_adma.o