diff mbox

[1/3] ASoC: max9867: Add CONFIG_SND_SOC_MAX9867 to build

Message ID 1455936752.19371.0.camel@ingics.com (mailing list archive)
State Accepted
Commit ee06b6f0675907191656b11a8405a03c6d599ea9
Headers show

Commit Message

Axel Lin Feb. 20, 2016, 2:52 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Anish Kumar Feb. 20, 2016, 9:37 a.m. UTC | #1
Acked-by: anish kumar<yesanishhere@gmail.com>

On Fri, Feb 19, 2016 at 6:52 PM, Axel Lin <axel.lin@ingics.com> wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  sound/soc/codecs/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
> index 621c0a3..185a712 100644
> --- a/sound/soc/codecs/Makefile
> +++ b/sound/soc/codecs/Makefile
> @@ -283,6 +283,7 @@ obj-$(CONFIG_SND_SOC_MAX98088)      += snd-soc-max98088.o
>  obj-$(CONFIG_SND_SOC_MAX98090) += snd-soc-max98090.o
>  obj-$(CONFIG_SND_SOC_MAX98095) += snd-soc-max98095.o
>  obj-$(CONFIG_SND_SOC_MAX98357A)        += snd-soc-max98357a.o
> +obj-$(CONFIG_SND_SOC_MAX9867)  += snd-soc-max9867.o
>  obj-$(CONFIG_SND_SOC_MAX98925) += snd-soc-max98925.o
>  obj-$(CONFIG_SND_SOC_MAX98926) += snd-soc-max98926.o
>  obj-$(CONFIG_SND_SOC_MAX9850)  += snd-soc-max9850.o
> --
> 2.1.4
>
>
>
diff mbox

Patch

diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
index 621c0a3..185a712 100644
--- a/sound/soc/codecs/Makefile
+++ b/sound/soc/codecs/Makefile
@@ -283,6 +283,7 @@  obj-$(CONFIG_SND_SOC_MAX98088)	+= snd-soc-max98088.o
 obj-$(CONFIG_SND_SOC_MAX98090)	+= snd-soc-max98090.o
 obj-$(CONFIG_SND_SOC_MAX98095)	+= snd-soc-max98095.o
 obj-$(CONFIG_SND_SOC_MAX98357A)	+= snd-soc-max98357a.o
+obj-$(CONFIG_SND_SOC_MAX9867)	+= snd-soc-max9867.o
 obj-$(CONFIG_SND_SOC_MAX98925)	+= snd-soc-max98925.o
 obj-$(CONFIG_SND_SOC_MAX98926)	+= snd-soc-max98926.o
 obj-$(CONFIG_SND_SOC_MAX9850)	+= snd-soc-max9850.o