mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-23 09:08:15 +01:00
12 lines
272 B
Makefile
12 lines
272 B
Makefile
#
|
|
# Copyright (C) 2012 Samsung Electronics
|
|
# R. Chandrasekar <rcsekar@samsung.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SOUND) += sound.o
|
|
obj-$(CONFIG_I2S) += samsung-i2s.o
|
|
obj-$(CONFIG_SOUND_WM8994) += wm8994.o
|
|
obj-$(CONFIG_SOUND_MAX98095) += max98095.o
|