mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-05 12:50:27 +00:00
12 lines
369 B
Makefile
12 lines
369 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# scp ultra include path
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/common
|
|
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/ultrasound/ultra_common
|
|
|
|
ifneq ($(CONFIG_MTK_ULTRASND_PROXIMITY),)
|
|
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/scp/include
|
|
endif
|
|
|
|
obj-$(CONFIG_MTK_ULTRASND_PROXIMITY) += mtk-scp-ultra.o
|