]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/sound/Makefile
mmc: fix off-by-one bug in mmc_startup_v4()
[people/ms/u-boot.git] / drivers / sound / Makefile
CommitLineData
511ed5fd
RS
1#
2# Copyright (C) 2012 Samsung Electronics
3# R. Chandrasekar <rcsekar@samsung.com>
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
511ed5fd
RS
6#
7
710f1d3d 8obj-$(CONFIG_SOUND) += sound.o
a77bf709 9obj-$(CONFIG_I2S) += sound-i2s.o
c34c0246
SG
10obj-$(CONFIG_I2S_SAMSUNG) += samsung-i2s.o
11obj-$(CONFIG_SOUND_SANDBOX) += sandbox.o
710f1d3d
MY
12obj-$(CONFIG_SOUND_WM8994) += wm8994.o
13obj-$(CONFIG_SOUND_MAX98095) += max98095.o