summaryrefslogtreecommitdiff
path: root/drivers/sound/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-02-16 20:25:06 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-02-20 15:27:11 +0800
commit7b96c6c89af622cd39c2050e55dc6697da55c429 (patch)
treea690abc3cb43974b3ee5414c9a91a6f8756cefbf /drivers/sound/Makefile
parentcf885929a601ba851ce95da236d5b2470850d368 (diff)
x86: sound: Add sound support for samus (broadwell)
Add a sound driver for samus which ties together the audio codec and I2S controller. For now broadwell_sound is commented out in the makefile since we cannot compile it without sound support enabled. The next commit fixes this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/sound/Makefile')
-rw-r--r--drivers/sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile
index fe3ccd6e5c6..452a5a17616 100644
--- a/drivers/sound/Makefile
+++ b/drivers/sound/Makefile
@@ -18,5 +18,5 @@ obj-$(CONFIG_SOUND_MAX98095) += max98095.o maxim_codec.o
obj-$(CONFIG_SOUND_INTEL_HDA) += hda_codec.o
obj-$(CONFIG_SOUND_I8254) += i8254_beep.o
obj-$(CONFIG_SOUND_RT5677) += rt5677.o
-obj-$(CONFIG_INTEL_BROADWELL) += broadwell_i2s.o
+obj-$(CONFIG_INTEL_BROADWELL) += broadwell_i2s.o #broadwell_sound.o
obj-$(CONFIG_SOUND_IVYBRIDGE) += ivybridge_sound.o