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:
88efaab
)
Staging: crystalhd: Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:25 +0000
(20:01 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Oct 2010 14:23:52 +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/crystalhd/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/crystalhd/Makefile
b/drivers/staging/crystalhd/Makefile
index e2af0ce2e792ecd1ac681914a17e41059c7216b3..c31657a9335f9837fcdc716790593dbc5ab3e160 100644
(file)
--- a/
drivers/staging/crystalhd/Makefile
+++ b/
drivers/staging/crystalhd/Makefile
@@
-1,6
+1,6
@@
obj-$(CONFIG_CRYSTALHD) += crystalhd.o
-crystalhd-
objs
:= crystalhd_cmds.o \
+crystalhd-
y
:= crystalhd_cmds.o \
crystalhd_hw.o \
crystalhd_lnx.o \
crystalhd_misc.o