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:
77037b4
)
Staging: cx25821: Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:26 +0000
(20:01 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Oct 2010 14:23:51 +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/cx25821/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/cx25821/Makefile
b/drivers/staging/cx25821/Makefile
index 6448364a4998a7f6811e1e7ee19dfeea0dcfe83c..aedde18c68f96f68e377e43eb2d3d2824c7b213c 100644
(file)
--- a/
drivers/staging/cx25821/Makefile
+++ b/
drivers/staging/cx25821/Makefile
@@
-1,4
+1,4
@@
-cx25821-
objs
:= cx25821-core.o cx25821-cards.o cx25821-i2c.o \
+cx25821-
y
:= cx25821-core.o cx25821-cards.o cx25821-i2c.o \
cx25821-gpio.o cx25821-medusa-video.o \
cx25821-video.o cx25821-video-upstream.o \
cx25821-video-upstream-ch2.o \