6db4831e98
Android 14
11 lines
230 B
Makefile
11 lines
230 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
MTK_PLATFORM := $(subst ",,$(CONFIG_MTK_PLATFORM))
|
|
|
|
|
|
# scp spk include path
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/$(MTK_PLATFORM)/
|
|
|
|
# platform code
|
|
obj-y += mtk-scp-vow-platform.o
|