[Buildroot] [PATCHv2 04/21] toolchain: move helpers.mk into toolchain-external/

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Oct 6 14:19:14 UTC 2013


The helpers.mk file is no longer used by the Crosstool-NG backend, so
it is moved into the toolchain/toolchain-external/ directory.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 toolchain/toolchain-buildroot.mk              | 2 --
 toolchain/toolchain-external.mk               | 2 +-
 toolchain/{ => toolchain-external}/helpers.mk | 0
 3 files changed, 1 insertion(+), 3 deletions(-)
 rename toolchain/{ => toolchain-external}/helpers.mk (100%)

diff --git a/toolchain/toolchain-buildroot.mk b/toolchain/toolchain-buildroot.mk
index 3a05800..ff89125 100644
--- a/toolchain/toolchain-buildroot.mk
+++ b/toolchain/toolchain-buildroot.mk
@@ -2,8 +2,6 @@
 # build of binutils, uClibc, kernel headers and all the intermediate
 # gcc steps.
 
-include toolchain/helpers.mk
-
 BUILDROOT_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
 
 toolchain-buildroot: host-gcc-final
diff --git a/toolchain/toolchain-external.mk b/toolchain/toolchain-external.mk
index 2f43db7..2644689 100644
--- a/toolchain/toolchain-external.mk
+++ b/toolchain/toolchain-external.mk
@@ -1,4 +1,4 @@
 # Required includes for the external toolchain backend
 
-include toolchain/helpers.mk
+include toolchain/toolchain-external/helpers.mk
 include toolchain/toolchain-external/ext-tool.mk
diff --git a/toolchain/helpers.mk b/toolchain/toolchain-external/helpers.mk
similarity index 100%
rename from toolchain/helpers.mk
rename to toolchain/toolchain-external/helpers.mk
-- 
1.8.1.2



More information about the buildroot mailing list