diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-10-08 04:01:46 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-08 18:23:40 +0400 |
commit | 574c1a622260bf7b1ec191890775a11b6ffe0664 (patch) | |
tree | fff37d2d84d7a8c9070ed998aeedaec3653be045 /drivers/staging/tidspbridge | |
parent | d748241dde126f621739d74db179385cdb3ae366 (diff) | |
download | linux-574c1a622260bf7b1ec191890775a11b6ffe0664.tar.xz |
Staging: tidspbridge: Makefile: 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: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge')
-rw-r--r-- | drivers/staging/tidspbridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |