#
# Makefile for the Marvell Transport Stream Unit driver
#
ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/config/mvRules.mk
endif

obj-$(CONFIG_MV_TSU)	+= mv_tsu.o


