aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-08-22 16:01:49 -0500
committerDavid Barksdale <amatus@amatus.name>2014-08-22 16:05:25 -0500
commit98494c9e596f37214a4507a92e06c2e59ea563fc (patch)
treea021c4af7453853a59704525e91b6f910b760d3b /drivers/ata/Makefile
parent19583ca584d6f574384e17fe7613dfaeadcdc4a6 (diff)
Ported over SATA and DMA drivers and configsHEADmybooklive-amatus
This kernel+dtb boots on my My Book Live and is able to access the SATA hard drive.
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 5a02aeecef5..7e7a77de757 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_SATA_FSL) += sata_fsl.o
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o
+obj-$(CONFIG_SATA_DWC_PMP) += sata_dwc_pmp.o
obj-$(CONFIG_SATA_HIGHBANK) += sata_highbank.o libahci.o
obj-$(CONFIG_AHCI_DA850) += ahci_da850.o libahci.o libahci_platform.o
obj-$(CONFIG_AHCI_IMX) += ahci_imx.o libahci.o libahci_platform.o