6 lines
152 B
Makefile
6 lines
152 B
Makefile
|
# 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
|