diff options
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 3ed7babd3a99..79ac75b51065 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_SH_DMAE) += shdma.o | |||
22 | obj-$(CONFIG_COH901318) += coh901318.o coh901318_lli.o | 22 | obj-$(CONFIG_COH901318) += coh901318.o coh901318_lli.o |
23 | obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/ | 23 | obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/ |
24 | obj-$(CONFIG_IMX_SDMA) += imx-sdma.o | 24 | obj-$(CONFIG_IMX_SDMA) += imx-sdma.o |
25 | obj-$(CONFIG_IMX_DMA) += imx-dma.o | ||
25 | obj-$(CONFIG_TIMB_DMA) += timb_dma.o | 26 | obj-$(CONFIG_TIMB_DMA) += timb_dma.o |
26 | obj-$(CONFIG_STE_DMA40) += ste_dma40.o ste_dma40_ll.o | 27 | obj-$(CONFIG_STE_DMA40) += ste_dma40.o ste_dma40_ll.o |
27 | obj-$(CONFIG_PL330_DMA) += pl330.o | 28 | obj-$(CONFIG_PL330_DMA) += pl330.o |