projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb7c71
)
powerpc/ps3: Replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 15 Oct 2010 17:30:48 +0000
(17:30 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Mon, 29 Nov 2010 04:48:19 +0000
(15:48 +1100)
Changed <module>-objs to <module>-y in Makefile.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/ps3/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ps3/Makefile
b/drivers/ps3/Makefile
index ccea15c11c195af85e42a0e1bc1918e4c2414b7b..50cb1e1b4a121805f99d019704ea138ad7a1307a 100644
(file)
--- a/
drivers/ps3/Makefile
+++ b/
drivers/ps3/Makefile
@@
-1,6
+1,6
@@
obj-$(CONFIG_PS3_VUART) += ps3-vuart.o
obj-$(CONFIG_PS3_PS3AV) += ps3av_mod.o
-ps3av_mod-
objs +
= ps3av.o ps3av_cmd.o
+ps3av_mod-
y :
= ps3av.o ps3av_cmd.o
obj-$(CONFIG_PPC_PS3) += sys-manager-core.o
obj-$(CONFIG_PS3_SYS_MANAGER) += ps3-sys-manager.o
obj-$(CONFIG_PS3_STORAGE) += ps3stor_lib.o