aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile.host')
-rw-r--r--scripts/Makefile.host3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index 395a2403593f..bf44e7988bf4 100644
--- a/scripts/Makefile.host
+++ b/scripts/Makefile.host
@@ -34,7 +34,8 @@ __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
34 34
35# C code 35# C code
36# Executables compiled from a single .c file 36# Executables compiled from a single .c file
37host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m))) 37host-csingle := $(foreach m,$(__hostprogs), \
38 $(if $($(m)-objs)$($(m)-cxxobjs),,$(m)))
38 39
39# C executables linked based on several .o files 40# C executables linked based on several .o files
40host-cmulti := $(foreach m,$(__hostprogs),\ 41host-cmulti := $(foreach m,$(__hostprogs),\