From 4c5bf461cd8cec58ff56b72d09a7fc45b0599636 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 28 Apr 2010 23:40:52 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-55-g7522