#
# Makefile for the kernel Asynchronous Sample Rate Converter driver
#

ifeq ($(CONFIG_ARCH_MX35),y)
	obj-$(CONFIG_MXC_ASRC) += mxc_asrc.o
endif
