diff options
Diffstat (limited to 'scripts/Makefile.host')
| -rw-r--r-- | scripts/Makefile.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 0a5d8cafa135..2821a2b83bbb 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host @@ -73,6 +73,7 @@ host-cxxmulti := $(addprefix $(obj)/,$(host-cxxmulti)) host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs)) host-cshlib := $(addprefix $(obj)/,$(host-cshlib)) host-cshobjs := $(addprefix $(obj)/,$(host-cshobjs)) +obj-dirs := $(addprefix $(obj)/,$(obj-dirs)) ##### # Handle options to gcc. Support building with separate output directory |
