projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e76c3
)
sound: rk29: simplify Makefile, snd-soc-rockchip-i2s-objs default is rk30_i2s.o
author
黄涛
<huangtao@rock-chips.com>
Wed, 9 Jan 2013 01:44:04 +0000
(09:44 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Wed, 9 Jan 2013 03:04:26 +0000
(11:04 +0800)
sound/soc/rk29/Makefile
patch
|
blob
|
history
diff --git
a/sound/soc/rk29/Makefile
b/sound/soc/rk29/Makefile
index 5b24ac637006627dbe72ec1643a902003793b0a1..c517a186eb97329f19b5093ecff2c14225a8f07a 100755
(executable)
--- a/
sound/soc/rk29/Makefile
+++ b/
sound/soc/rk29/Makefile
@@
-2,11
+2,7
@@
snd-soc-rockchip-objs := rk29_pcm.o
ifdef CONFIG_ARCH_RK29
snd-soc-rockchip-i2s-objs := rk29_i2s.o
-endif
-ifdef CONFIG_ARCH_RK30
-snd-soc-rockchip-i2s-objs := rk30_i2s.o
-endif
-ifdef CONFIG_ARCH_RK2928
+else
snd-soc-rockchip-i2s-objs := rk30_i2s.o
endif
snd-soc-rockchip-spdif-objs := rk29_spdif.o