1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_SND_AOA) += snd-aoa.o
3snd-aoa-objs := core.o \
4		alsa.o \
5		gpio-pmf.o \
6		gpio-feature.o
7