diff options
author | Axel Lin <[email protected]> | 2016-02-20 10:52:32 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2016-02-21 03:09:39 +0900 |
commit | ee06b6f0675907191656b11a8405a03c6d599ea9 (patch) | |
tree | c020f2c83a2524476de67dd4883a58c6cc227516 | |
parent | b14614502908beb5d898a665b40cfa91ad237f93 (diff) |
ASoC: max9867: Add CONFIG_SND_SOC_MAX9867 to build
Signed-off-by: Axel Lin <[email protected]>
Acked-by: anish kumar <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index b84fe9d75dfd..f35237d30f93 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile @@ -280,6 +280,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 |