From: Tracey Dent Date: Fri, 15 Oct 2010 17:30:48 +0000 (+0000) Subject: powerpc/ps3: Replace the use of -objs with -y X-Git-Tag: v2.6.38-rc1~405^2~41 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=72b962d3bba19657abaa6cc8806661ecbde5ee92;p=~shefty%2Frdma-dev.git powerpc/ps3: Replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Benjamin Herrenschmidt --- diff --git a/drivers/ps3/Makefile b/drivers/ps3/Makefile index ccea15c11c1..50cb1e1b4a1 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