]> Git Repo - u-boot.git/blob - drivers/sound/Makefile
dm: sound: Create a uclass for audio codecs
[u-boot.git] / drivers / sound / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2012 Samsung Electronics
4 # R. Chandrasekar <[email protected]>
5
6 obj-$(CONFIG_SOUND)     += sound.o
7 obj-$(CONFIG_DM_SOUND)  += codec-uclass.o
8 obj-$(CONFIG_I2S)       += sound-i2s.o
9 obj-$(CONFIG_I2S_SAMSUNG)       += samsung-i2s.o
10 obj-$(CONFIG_SOUND_SANDBOX)     += sandbox.o
11 obj-$(CONFIG_SOUND_WM8994)      += wm8994.o
12 obj-$(CONFIG_SOUND_MAX98095)    += max98095.o
This page took 0.02636 seconds and 4 git commands to generate.