]> git.ipfire.org Git - thirdparty/u-boot.git/blob - drivers/sound/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / drivers / sound / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2012 Samsung Electronics
4 # R. Chandrasekar <rcsekar@samsung.com>
5
6 obj-$(CONFIG_SOUND) += sound.o
7 obj-$(CONFIG_I2S) += sound-i2s.o
8 obj-$(CONFIG_I2S_SAMSUNG) += samsung-i2s.o
9 obj-$(CONFIG_SOUND_SANDBOX) += sandbox.o
10 obj-$(CONFIG_SOUND_WM8994) += wm8994.o
11 obj-$(CONFIG_SOUND_MAX98095) += max98095.o