diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-16 16:12:19 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-07-16 17:15:25 +0200 |
commit | d8d9efe22709b62eb29fa9f4eb61fd882fc2b2c4 (patch) | |
tree | 806f6ecb46342ffb9e777212300ff7a1c081f3bf /scripts/Makefile.host | |
parent | 9d5db8949f1ecf4019785b04d8986835d3c0e99e (diff) |
kbuild: fix a typo in scripts/Makefile.host
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/Makefile.host')
-rw-r--r-- | scripts/Makefile.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 66893643fd7d..395a2403593f 100644 --- 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 one .cc file # and zero or more .c files host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m))) |