diff options
Diffstat (limited to 'kernel/sound/soc/sti/Makefile')
-rw-r--r-- | kernel/sound/soc/sti/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/sound/soc/sti/Makefile b/kernel/sound/soc/sti/Makefile new file mode 100644 index 000000000..4b188d2d7 --- /dev/null +++ b/kernel/sound/soc/sti/Makefile @@ -0,0 +1,4 @@ +# 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 |