summaryrefslogtreecommitdiff
path: root/drivers/sound/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-02-17 06:24:57 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-02-20 10:27:09 +0300
commit6744c0d6525e9fb9b5c7fc0d7b66c0d0cbdf6177 (patch)
treeb221a414924b421d8a167b55ac229381deeedf3c /drivers/sound/Makefile
parentecc7973d1c4ba684d2e2750a948f341693c39093 (diff)
downloadu-boot-6744c0d6525e9fb9b5c7fc0d7b66c0d0cbdf6177.tar.xz
sound: x86: link: Add sound support
Add sound support for link, using the HDA codec implementation. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile
index 2e21a0d067..771c116516 100644
--- a/drivers/sound/Makefile
+++ b/drivers/sound/Makefile
@@ -16,3 +16,4 @@ obj-$(CONFIG_SOUND_MAX98088) += max98088.o maxim_codec.o
obj-$(CONFIG_SOUND_MAX98090) += max98090.o maxim_codec.o
obj-$(CONFIG_SOUND_MAX98095) += max98095.o maxim_codec.o
obj-$(CONFIG_SOUND_INTEL_HDA) += hda_codec.o
+obj-$(CONFIG_SOUND_IVYBRIDGE) += ivybridge_sound.o