]> git.sur5r.net Git - u-boot/blob - drivers/sound/Makefile
sf: Enable FSR polling on N25Q256(A)
[u-boot] / 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