mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
12 lines
339 B
Makefile
12 lines
339 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# scp vow include path
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/common
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/vow
|
|
|
|
ifneq ($(CONFIG_MTK_TINYSYS_SCP_SUPPORT),)
|
|
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/scp/include
|
|
endif
|
|
|
|
obj-$(CONFIG_MTK_VOW_SUPPORT) += mtk-scp-vow.o
|