diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-31 23:03:09 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-31 23:03:09 +0000 |
commit | 10ca7ea4aeb7b5b6cbcdd7efed4cb7fe74002784 (patch) | |
tree | ea8f3ccad1bca2e95a548da09abced963967579d /Makefile | |
parent | 99e6f39f0f78f53743d57422152107542ee3cd33 (diff) | |
download | busybox-w32-10ca7ea4aeb7b5b6cbcdd7efed4cb7fe74002784.tar.gz busybox-w32-10ca7ea4aeb7b5b6cbcdd7efed4cb7fe74002784.tar.bz2 busybox-w32-10ca7ea4aeb7b5b6cbcdd7efed4cb7fe74002784.zip |
build system: Makefiles are in source dir, add $(srctree)
git-svn-id: svn://busybox.net/trunk/busybox@16481 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -263,7 +263,7 @@ export quiet Q KBUILD_VERBOSE | |||
263 | MAKEFLAGS += --include-dir=$(srctree) | 263 | MAKEFLAGS += --include-dir=$(srctree) |
264 | 264 | ||
265 | # We need some generic definitions | 265 | # We need some generic definitions |
266 | include $(srctree)/scripts/Kbuild.include | 266 | include $(srctree)/scripts/Kbuild.include |
267 | 267 | ||
268 | # For maximum performance (+ possibly random breakage, uncomment | 268 | # For maximum performance (+ possibly random breakage, uncomment |
269 | # the following) | 269 | # the following) |
@@ -988,7 +988,7 @@ rpm: FORCE | |||
988 | boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig) | 988 | boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig) |
989 | boards := $(notdir $(boards)) | 989 | boards := $(notdir $(boards)) |
990 | 990 | ||
991 | -include Makefile.help | 991 | -include $(srctree)/Makefile.help |
992 | 992 | ||
993 | # Documentation targets | 993 | # Documentation targets |
994 | # --------------------------------------------------------------------------- | 994 | # --------------------------------------------------------------------------- |
@@ -1282,7 +1282,7 @@ endif # skip-makefile | |||
1282 | PHONY += FORCE | 1282 | PHONY += FORCE |
1283 | FORCE: | 1283 | FORCE: |
1284 | 1284 | ||
1285 | -include Makefile.custom | 1285 | -include $(srctree)/Makefile.custom |
1286 | 1286 | ||
1287 | # Declare the contents of the .PHONY variable as phony. We keep that | 1287 | # Declare the contents of the .PHONY variable as phony. We keep that |
1288 | # information in a variable se we can use it in if_changed and friends. | 1288 | # information in a variable se we can use it in if_changed and friends. |