]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: xgifb: Makefile: replace the use of <module>-objs with <module>-y
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:52 +0000 (20:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 14:23:41 +0000 (07:23 -0700)
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>
drivers/staging/xgifb/Makefile

index 2a317707de0f31e81549f54a33d2110b0dbd7927..f2ca6b1f4cc6ea25e919e27fc880e2cf8661ddc6 100644 (file)
@@ -1,4 +1,4 @@
 obj-$(CONFIG_FB_XGI)  += xgifb.o
 
-xgifb-objs := XGI_main_26.o XGI_accel.o vb_init.o vb_setmode.o vb_util.o vb_ext.o
+xgifb-y := XGI_main_26.o XGI_accel.o vb_init.o vb_setmode.o vb_util.o vb_ext.o