summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN2010-07-28 00:08:13 +0200
committerPeter Korsgaard2010-07-28 16:19:56 +0200
commited181aeedb4d478f789f81525bd8c93025ba7a29 (patch)
tree02b40246abce977c80d466dc16ad934cc61a4f66 /Makefile
parentzlib: Bump to 1.2.5 (diff)
downloadbuildroot-ed181aeedb4d478f789f81525bd8c93025ba7a29.tar.gz
buildroot-ed181aeedb4d478f789f81525bd8c93025ba7a29.tar.xz
buildroot-ed181aeedb4d478f789f81525bd8c93025ba7a29.zip
toolchain: move helper functions from external toolchain
The helper functions used for external toolchains may also be useful to alternate toolchain backends (currently, the external toolchain is the sole user). Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> 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 a864aae65..b1d50798e 100644
--- a/Makefile
+++ b/Makefile
@@ -307,6 +307,7 @@ include toolchain/mklibs/mklibs.mk
include toolchain/sstrip/sstrip.mk
include toolchain/uClibc/uclibc.mk
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
+include toolchain/helpers.mk
include toolchain/*/*.mk
endif