diff options
Diffstat (limited to 'sound/aoa/soundbus/i2sbus/Makefile')
-rw-r--r-- | sound/aoa/soundbus/i2sbus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/aoa/soundbus/i2sbus/Makefile b/sound/aoa/soundbus/i2sbus/Makefile new file mode 100644 index 000000000..1b38c87fe --- /dev/null +++ b/sound/aoa/soundbus/i2sbus/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += snd-aoa-i2sbus.o +snd-aoa-i2sbus-objs := core.o pcm.o control.o |