aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/Makefile
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-07 20:01:52 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 07:23:41 -0700
commit43dd1d83cd7dc46b5191c9a54f6f9f1673882933 (patch)
treed27ae87c440b91491e6f94a0d029b0598ee1297b /drivers/staging/xgifb/Makefile
parentea195d1a7fb98581352883a58085f7b501fd5a31 (diff)
Staging: xgifb: 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/xgifb/Makefile')
-rw-r--r--drivers/staging/xgifb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/Makefile b/drivers/staging/xgifb/Makefile
index 2a317707de0..f2ca6b1f4cc 100644
--- a/drivers/staging/xgifb/Makefile
+++ b/drivers/staging/xgifb/Makefile
@@ -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