projects
/
GitHub
/
moto-9609
/
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:
8996ba1
)
Staging: speakup: Makefile: Makefile clean up
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 10:14:43 +0000
(06:14 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Oct 2010 14:26:24 +0000
(07:26 -0700)
Replaced <modules>-objs with <modules>-y in Makefile.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/speakup/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/speakup/Makefile
b/drivers/staging/speakup/Makefile
index 9923463687cf87c96167e14224460d2e4f60454b..c5e43a59822fa511797c27eef53433647ba3e84e 100644
(file)
--- a/
drivers/staging/speakup/Makefile
+++ b/
drivers/staging/speakup/Makefile
@@
-15,7
+15,7
@@
obj-$(CONFIG_SPEAKUP_SYNTH_TXPRT) += speakup_txprt.o
obj-$(CONFIG_SPEAKUP_SYNTH_DUMMY) += speakup_dummy.o
obj-$(CONFIG_SPEAKUP) += speakup.o
-speakup-
objs
:= \
+speakup-
y
:= \
buffers.o \
devsynth.o \
i18n.o \