summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-28 23:40:52 +0200
committerPeter Korsgaard2010-05-03 00:00:05 +0200
commit4c5bf461cd8cec58ff56b72d09a7fc45b0599636 (patch)
tree67bd637fa4ed1660bd18d449ce71eefb4890b5cb /Makefile
parentuclibc: make sure the default configuration doesn't ask questions (diff)
downloadbuildroot-4c5bf461cd8cec58ff56b72d09a7fc45b0599636.tar.gz
buildroot-4c5bf461cd8cec58ff56b72d09a7fc45b0599636.tar.xz
buildroot-4c5bf461cd8cec58ff56b72d09a7fc45b0599636.zip
Commonalize the definition of TOOLCHAIN_DIR
The definition of TOOLCHAIN_DIR is the same regardless of whether external or internal toolchains are used. Moreover, move its definition together with all the other *_DIR definitions. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54dd4f185..271db9c59 100644
--- a/Makefile
+++ b/Makefile
@@ -267,6 +267,7 @@ STAMP_DIR:=$(BASE_DIR)/stamps
BINARIES_DIR:=$(BASE_DIR)/images
TARGET_DIR:=$(BASE_DIR)/target
+TOOLCHAIN_DIR=$(BASE_DIR)/toolchain
BR2_DEPENDS_DIR=$(BUILD_DIR)/buildroot-config