diff options
Diffstat (limited to 'sound/soc/sti/Makefile')
-rw-r--r-- | sound/soc/sti/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/sti/Makefile b/sound/soc/sti/Makefile new file mode 100644 index 000000000..787ccb521 --- /dev/null +++ b/sound/soc/sti/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only +# STI platform support +snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o + +obj-$(CONFIG_SND_SOC_STI) += snd-soc-sti.o |