From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:46 +0000 (-0400) Subject: Staging: tidspbridge: Makefile: replace the use of -objs with -y X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=574c1a622260bf7b1ec191890775a11b6ffe0664;p=deliverable%2Flinux.git Staging: tidspbridge: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/tidspbridge/Makefile b/drivers/staging/tidspbridge/Makefile index 7c122fadcbe8..50decc2935c5 100644 --- a/drivers/staging/tidspbridge/Makefile +++ b/drivers/staging/tidspbridge/Makefile @@ -12,7 +12,7 @@ librmgr = rmgr/dbdcd.o rmgr/disp.o rmgr/drv.o rmgr/mgr.o rmgr/node.o \ libdload = dynload/cload.o dynload/getsection.o dynload/reloc.o \ dynload/tramp.o -bridgedriver-objs = $(libgen) $(libservices) $(libcore) $(libpmgr) $(librmgr) \ +bridgedriver-y := $(libgen) $(libservices) $(libcore) $(libpmgr) $(librmgr) \ $(libdload) #Machine dependent