summaryrefslogtreecommitdiff
path: root/drivers/sound/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-28 00:26:20 +0400
committerSimon Glass <sjg@chromium.org>2014-03-18 06:05:49 +0400
commita77bf70978a42e94790a8bc81941edc1026939ce (patch)
tree9481c2ad1393db98a271fde6557c227eb0fbe1a3 /drivers/sound/Makefile
parent7d95f2a329c964b54cf505503a61e8fd4f12e2a3 (diff)
downloadu-boot-a77bf70978a42e94790a8bc81941edc1026939ce.tar.xz
sound: Move Samsung-specific code into its own file
The i2s code is in fact Samsung-specific, but there might be other implementation. Move this code into its own file. This makes it slightly more obviously how to adjust the code to support another SoC, when someone takes this task on. Also drop non-FDT support, since it isn't used on Exynos 5. Tested-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sound/Makefile')
-rw-r--r--drivers/sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile
index 3793f8af9b..981ed614b1 100644
--- a/drivers/sound/Makefile
+++ b/drivers/sound/Makefile
@@ -6,7 +6,7 @@
#
obj-$(CONFIG_SOUND) += sound.o
-obj-$(CONFIG_I2S) += samsung-i2s.o
+obj-$(CONFIG_I2S) += sound-i2s.o
obj-$(CONFIG_I2S_SAMSUNG) += samsung-i2s.o
obj-$(CONFIG_SOUND_SANDBOX) += sandbox.o
obj-$(CONFIG_SOUND_WM8994) += wm8994.o