#
# Makefile for the Marvell DMA Driver
#
ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/config/mvRules.mk
endif

obj-$(CONFIG_MV_USE_IDMA_ENGINE) += mv_dma.o 


