summaryrefslogtreecommitdiff
path: root/drivers/dma/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2011-11-08 23:18:15 +0000
committerStefano Babic <[email protected]>2011-11-11 11:36:57 +0100
commit31650d64a8fca2e5acf4dfe2b4f2a9ba9df2147c (patch)
tree9f7a2cc6c440a1ba0fcc8a4b05198b754ca41b6c /drivers/dma/Makefile
parentec33de3d12fca887c15b90f319aa7b9804981f70 (diff)
iMX28: Add APBH DMA driver
Signed-off-by: Marek Vasut <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Detlev Zundel <[email protected]>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r--drivers/dma/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index 3d9c9f11a79..5d864b56ef1 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libdma.o
COBJS-$(CONFIG_FSLDMAFEC) += MCD_tasksInit.o MCD_dmaApi.o MCD_tasks.o
+COBJS-$(CONFIG_APBH_DMA) += apbh_dma.o
COBJS-$(CONFIG_FSL_DMA) += fsl_dma.o
COBJS-$(CONFIG_OMAP3_DMA) += omap3_dma.o