#
# Makefile for codec_reset
#

obj-$(CONFIG_CODEC_RESET)	+= codec_reset.o

ifdef CONFIG_MG3500_CODEC_RESET
codec_reset-objs := mg3500_codec_reset.o
endif

