diff options
| author | Peter Tyser <[email protected]> | 2009-06-30 17:15:40 -0500 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2009-07-01 23:01:51 -0500 |
| commit | 017f11f68ef543e866be033bcb7b8058a8a380d8 (patch) | |
| tree | f8a0fd3db0b2436db79df427267149f0d4e5b416 /drivers/dma/Makefile | |
| parent | 29c35182462feea09f322e51913759a53359a3e0 (diff) | |
8xxx: Break out DMA code to a common file
DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
previous CONFIG_DDR_ECC
Signed-off-by: Peter Tyser <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
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 cf29efa0272..36d99f9b111 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libdma.a COBJS-$(CONFIG_FSLDMAFEC) += MCD_tasksInit.o MCD_dmaApi.o MCD_tasks.o +COBJS-$(CONFIG_FSL_DMA) += fsl_dma.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |
