aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.(none)>2005-07-25 20:26:04 +0000
committerSam Ravnborg <sam@mars.(none)>2005-07-25 20:26:04 +0000
commit2a691470345a0024dd7ffaf47ad3d0f5f4f41924 (patch)
tree593421beaa683526ed187fd540c156c9a1536f74 /Makefile
parent8ec4b4ff1c89bb280e662b84eba503ca44abe836 (diff)
kbuild: fix make O=...
kbuild failed to locate Kbuild.include. Teach kbuild how to find Kbuild files when using make O=... Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c607dc6447..ed1f4b5b714 100644
--- a/Makefile
+++ b/Makefile
@@ -310,7 +310,7 @@ cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh \
MAKEFLAGS += --include-dir=$(srctree)
# We need some generic definitions
-include scripts/Kbuild.include
+include $(srctree)/scripts/Kbuild.include
# For maximum performance (+ possibly random breakage, uncomment
# the following)