kbuild: fix make O= build

From: Sam Ravnborg
Date: Thu Aug 26 2004 - 14:57:00 EST


# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/08/26 21:13:39+02:00 sam@xxxxxxxxxxxxxxxxx
# 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@xxxxxxxxxxxx>
#
# scripts/Makefile.host
# 2004/08/26 21:13:23+02:00 sam@xxxxxxxxxxxxxxxxx +1 -0
# Fix make O= build.
#
# When we put correct prefix on obj-dris the output directory is created if needed
#
diff -Nru a/scripts/Makefile.host b/scripts/Makefile.host
--- a/scripts/Makefile.host 2004-08-26 21:22:06 +02:00
+++ b/scripts/Makefile.host 2004-08-26 21:22:06 +02:00
@@ -73,6 +73,7 @@
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/