]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/Makefile.host
[PATCH] Add a missing space that prevents building modules that require host programs
[mirror_ubuntu-bionic-kernel.git] / scripts / Makefile.host
index 18ecd4d5df7fe4ae76352cc926605cc304040958..060f4c563a5cd0973559b6804a2e1d76ddfadd2a 100644 (file)
@@ -30,7 +30,7 @@
 # libkconfig.so as the executable conf.
 # 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
 host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))