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