c05564c4d8
Android 13
7 lines
138 B
Makefile
Executable file
7 lines
138 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_SND_AOA) += snd-aoa.o
|
|
snd-aoa-objs := core.o \
|
|
alsa.o \
|
|
gpio-pmf.o \
|
|
gpio-feature.o
|