8 lines
168 B
Makefile
8 lines
168 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# scp spk include path
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/mt6781/
|
|
|
|
# platform code
|
|
obj-y += mtk-scp-vow-platform.o
|