diff options
Diffstat (limited to 'sound/soc/omap/Makefile')
-rw-r--r-- | sound/soc/omap/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile new file mode 100644 index 000000000000..d8d8d58075e3 --- /dev/null +++ b/sound/soc/omap/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # OMAP Platform Support | ||
2 | snd-soc-omap-objs := omap-pcm.o | ||
3 | snd-soc-omap-mcbsp-objs := omap-mcbsp.o | ||
4 | |||
5 | obj-$(CONFIG_SND_OMAP_SOC) += snd-soc-omap.o | ||
6 | obj-$(CONFIG_SND_OMAP_SOC_MCBSP) += snd-soc-omap-mcbsp.o | ||
7 | |||
8 | # OMAP Machine Support | ||
9 | snd-soc-n810-objs := n810.o | ||
10 | |||
11 | obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o | ||