6db4831e98
Android 14
13 lines
366 B
Makefile
13 lines
366 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
MTK_PLATFORM := $(subst ",,$(CONFIG_MTK_PLATFORM))
|
|
|
|
# adsp include path
|
|
ifeq ($(CONFIG_SND_SOC_MTK_AUDIO_DSP),y)
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/common
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/$(MTK_PLATFORM)/
|
|
endif
|
|
|
|
# platform code
|
|
obj-$(CONFIG_SND_SOC_MTK_AUDIO_DSP) += dsp-platform-mem-control.o
|