diff options
Diffstat (limited to 'sound/soc/at91/Makefile')
-rw-r--r-- | sound/soc/at91/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/at91/Makefile b/sound/soc/at91/Makefile new file mode 100644 index 0000000..b817f11 --- /dev/null +++ b/sound/soc/at91/Makefile @@ -0,0 +1,6 @@ +# AT91 Platform Support +snd-soc-at91-objs := at91-pcm.o +snd-soc-at91-ssc-objs := at91-ssc.o + +obj-$(CONFIG_SND_AT91_SOC) += snd-soc-at91.o +obj-$(CONFIG_SND_AT91_SOC_SSC) += snd-soc-at91-ssc.o |