diff options
-rw-r--r-- | sound/soc/mediatek/common/Makefile | 2 | ||||
-rw-r--r-- | sound/soc/tegra/Makefile | 2 | ||||
-rw-r--r-- | sound/usb/bcd2000/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/mediatek/common/Makefile b/sound/soc/mediatek/common/Makefile index 9ab90433a8d7..acbe01e9e928 100644 --- a/sound/soc/mediatek/common/Makefile +++ b/sound/soc/mediatek/common/Makefile | |||
@@ -3,4 +3,4 @@ | |||
3 | snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o | 3 | snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o |
4 | obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o | 4 | obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o |
5 | 5 | ||
6 | obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o \ No newline at end of file | 6 | obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o |
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile index 2329b72c93e3..c84f183919f2 100644 --- a/sound/soc/tegra/Makefile +++ b/sound/soc/tegra/Makefile | |||
@@ -37,4 +37,4 @@ obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-wm9712.o | |||
37 | obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o | 37 | obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o |
38 | obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o | 38 | obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o |
39 | obj-$(CONFIG_SND_SOC_TEGRA_MAX98090) += snd-soc-tegra-max98090.o | 39 | obj-$(CONFIG_SND_SOC_TEGRA_MAX98090) += snd-soc-tegra-max98090.o |
40 | obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o \ No newline at end of file | 40 | obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o |
diff --git a/sound/usb/bcd2000/Makefile b/sound/usb/bcd2000/Makefile index f09ccc0af6ff..0a100310a671 100644 --- a/sound/usb/bcd2000/Makefile +++ b/sound/usb/bcd2000/Makefile | |||
@@ -1,3 +1,3 @@ | |||
1 | snd-bcd2000-y := bcd2000.o | 1 | snd-bcd2000-y := bcd2000.o |
2 | 2 | ||
3 | obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o \ No newline at end of file | 3 | obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o |