c05564c4d8
Android 13
11 lines
230 B
Makefile
Executable file
11 lines
230 B
Makefile
Executable file
# 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
|