Skip to content

Commit

Permalink
powerpc/ps3: Replace the use of <module>-objs with <module>-y
Browse files Browse the repository at this point in the history
Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
Tdent48227 authored and ozbenh committed Nov 29, 2010
1 parent 8cb7c71 commit 72b962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ps3/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 72b962d

Please sign in to comment.