aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-08-27 01:13:39 +0200
committerSam Ravnborg <sam@mars.ravnborg.org>2004-08-27 01:13:39 +0200
commit33f3fd722252b8e26fcc7615f5ad5239e328a67e (patch)
treef470bee97f9f088deef441cb62694d62c064999e /scripts
parent0bfcccd100f56721a08d065f57764bc09b54429e (diff)
downloadhistory-33f3fd722252b8e26fcc7615f5ad5239e328a67e.tar.gz
kbuild: Fix make O=
A bug that slipped through when introducing Makefile.host. A good way to check if people actually uses make O= ;-) Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index 0a5d8cafa135b7..2821a2b83bbb3c 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