projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea195d1
)
Staging: xgifb: Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:52 +0000
(20:01 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/xgifb/Makefile
b/drivers/staging/xgifb/Makefile
index 2a317707de0f31e81549f54a33d2110b0dbd7927..f2ca6b1f4cc6ea25e919e27fc880e2cf8661ddc6 100644
(file)
--- 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