diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-10-15 17:30:48 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-11-29 15:48:19 +1100 |
commit | 72b962d3bba19657abaa6cc8806661ecbde5ee92 (patch) | |
tree | ad2dbd3415721635b219bcd704524903d9d6899d | |
parent | 8cb7c71bda16e2d67a332642661e0b4219641a23 (diff) | |
download | linux-stable-72b962d3bba19657abaa6cc8806661ecbde5ee92.tar.gz linux-stable-72b962d3bba19657abaa6cc8806661ecbde5ee92.tar.bz2 linux-stable-72b962d3bba19657abaa6cc8806661ecbde5ee92.zip |
powerpc/ps3: Replace the use of <module>-objs with <module>-y
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>
-rw-r--r-- | drivers/ps3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ps3/Makefile b/drivers/ps3/Makefile index ccea15c11c19..50cb1e1b4a12 100644 --- 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 |