diff options
author | David Barksdale <amatus@amatus.name> | 2014-08-22 16:01:49 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-08-22 16:05:25 -0500 |
commit | 98494c9e596f37214a4507a92e06c2e59ea563fc (patch) | |
tree | a021c4af7453853a59704525e91b6f910b760d3b /drivers/ata/Makefile | |
parent | 19583ca584d6f574384e17fe7613dfaeadcdc4a6 (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/Makefile | 1 |
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 |