c05564c4d8
Android 13
7 lines
174 B
Makefile
Executable file
7 lines
174 B
Makefile
Executable file
// 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
|