#
# Copyright (C) 2019 MediaTek Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ccflags-y += -I$(DEVICE_MODULES_PATH)/drivers/misc/mediatek/asrc/common

#obj-y := mt8696-asrc-main.o mt8696-asrc-hw.o mt8696-asrc-clk.o
#obj-y := mt8696-asrc-hw.o mt8696-asrc-clk.o

mt8532-asrc-objs := mt8532-asrc-main.o mt8532-asrc-hw.o mt8532-asrc-clk.o

obj-$(CONFIG_AUDIO_ASRC_MT8532) += mt8532-asrc.o
