aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-31 23:03:09 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-31 23:03:09 +0000
commit14aa9f74156243469bc96d6435b560b8042fcb99 (patch)
treeea8f3ccad1bca2e95a548da09abced963967579d /Makefile
parentb141b9b512f0faa01624bf384046439abc9b2850 (diff)
downloadbusybox-14aa9f74156243469bc96d6435b560b8042fcb99.tar.gz
build system: Makefiles are in source dir, add $(srctree)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9bc94cd0a..1fc6fce5b 100644
--- a/Makefile
+++ b/Makefile
@@ -263,7 +263,7 @@ export quiet Q KBUILD_VERBOSE
MAKEFLAGS += --include-dir=$(srctree)
# We need some generic definitions
-include $(srctree)/scripts/Kbuild.include
+include $(srctree)/scripts/Kbuild.include
# For maximum performance (+ possibly random breakage, uncomment
# the following)
@@ -988,7 +988,7 @@ rpm: FORCE
boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
boards := $(notdir $(boards))
--include Makefile.help
+-include $(srctree)/Makefile.help
# Documentation targets
# ---------------------------------------------------------------------------
@@ -1282,7 +1282,7 @@ endif # skip-makefile
PHONY += FORCE
FORCE:
--include Makefile.custom
+-include $(srctree)/Makefile.custom
# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable se we can use it in if_changed and friends.