summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/Makefile
diff options
context:
space:
mode:
authorTracey Dent2010-10-08 02:01:52 +0200
committerGreg Kroah-Hartman2010-10-08 16:23:41 +0200
commit43dd1d83cd7dc46b5191c9a54f6f9f1673882933 (patch)
treed27ae87c440b91491e6f94a0d029b0598ee1297b /drivers/staging/xgifb/Makefile
parentStaging: tm6000: Makefile: replace the use of <module>-objs with <module>-y (diff)
downloadkernel-qcow2-linux-43dd1d83cd7dc46b5191c9a54f6f9f1673882933.tar.gz
kernel-qcow2-linux-43dd1d83cd7dc46b5191c9a54f6f9f1673882933.tar.xz
kernel-qcow2-linux-43dd1d83cd7dc46b5191c9a54f6f9f1673882933.zip
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 2a317707de0f..f2ca6b1f4cc6 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