From 33f3fd722252b8e26fcc7615f5ad5239e328a67e Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Fri, 27 Aug 2004 01:13:39 +0200 Subject: 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 --- scripts/Makefile.host | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit v1.2.3