6db4831e98
Android 14
7 lines
174 B
Makefile
7 lines
174 B
Makefile
// SPDX-License-Identifier: GPL-2.0
|
|
ifneq ($(CONFIG_MACH_MT6739),y)
|
|
subdir-ccflags-y += -DAUDIO_USING_WRAP
|
|
endif
|
|
# PMIC object
|
|
obj-y += mtk-soc-codec-6357.o mtk-auddrv-ana.o
|