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

obj-$(CONFIG_TDM_DEV_TEST_SUPPORT) += tdm_dev.o
