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

obj-$(CONFIG_MV_USE_XOR_ENGINE) += mv_netdma.o
