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