Skip to content
Snippets Groups Projects
Commit 8f5cbd7e authored by Ross Biro's avatar Ross Biro Committed by Linus Torvalds
Browse files

[PATCH] Add a missing space that prevents building modules that require host programs

parent b64074e4
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
# libkconfig.so as the executable conf. # libkconfig.so as the executable conf.
# Note: Shared libraries consisting of C++ files are not supported # Note: Shared libraries consisting of C++ files are not supported
__hostprogs := $(sort $(hostprogs-y)$(hostprogs-m)) __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
# hostprogs-y := tools/build may have been specified. Retreive directory # hostprogs-y := tools/build may have been specified. Retreive directory
host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f)))) host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment