소스 검색

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

Signed-off-by: Ross Biro <rossb@google.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Ross Biro 18 년 전
부모
커밋
8f5cbd7e48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/Makefile.host

+ 1 - 1
scripts/Makefile.host

@@ -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))))