

#
# Makefile for the Marvell Phone Device Driver Test Module
#
#

ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/config/mvRules.mk
endif

obj-$(CONFIG_MV_INCLUDE_TDM) += tdm_dev.o
