c05564c4d8
Android 13
6 lines
152 B
Makefile
Executable file
6 lines
152 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ifeq ($(CONFIG_SND_SOC_AW87339),y)
|
|
snd-soc-aw87339-objs := $(MTK_PROJECT)/aw87339.o
|
|
obj-y += snd-soc-aw87339.o
|
|
endif |