projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c1560
)
Altera-stapl: Clean up makefile (-y instead of -objs)
author
Tracey Dent
<tdent48227@gmail.com>
Thu, 7 Jul 2011 18:17:24 +0000
(14:17 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Jul 2011 21:03:38 +0000
(14:03 -0700)
Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/altera-stapl/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/altera-stapl/Makefile
b/drivers/staging/altera-stapl/Makefile
index 055f61ee781a8a3123f8e849dc2e46bb154bfc3a..ddeede3c4b96f2093955717a9a6b4c245062223f 100644
(file)
--- a/
drivers/staging/altera-stapl/Makefile
+++ b/
drivers/staging/altera-stapl/Makefile
@@
-1,3
+1,3
@@
-altera-stapl-
objs
= altera-lpt.o altera-jtag.o altera-comp.o altera.o
+altera-stapl-
y :
= altera-lpt.o altera-jtag.o altera-comp.o altera.o
obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o