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:
9d5db89
)
kbuild: fix a typo in scripts/Makefile.host
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Wed, 16 Jul 2014 07:12:19 +0000
(16:12 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 16 Jul 2014 15:15:25 +0000
(17:15 +0200)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.host
patch
|
blob
|
blame
|
history
diff --git
a/scripts/Makefile.host
b/scripts/Makefile.host
index 66893643fd7d14a6f59bb52a17b0393180e7051d..395a2403593f69d541d618351813d7afbc1742b7 100644
(file)
--- a/
scripts/Makefile.host
+++ b/
scripts/Makefile.host
@@
-44,7
+44,7
@@
host-cmulti := $(foreach m,$(__hostprogs),\
host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
# C++ code
-# C++ executables compiled from at least on .cc file
+# C++ executables compiled from at least on
e
.cc file
# and zero or more .c files
host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))