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