diff options
Diffstat (limited to 'sound/aoa/core/Makefile')
-rw-r--r-- | sound/aoa/core/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/aoa/core/Makefile b/sound/aoa/core/Makefile new file mode 100644 index 0000000000..056d69683b --- /dev/null +++ b/sound/aoa/core/Makefile @@ -0,0 +1,6 @@ +# 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 |