From ed181aeedb4d478f789f81525bd8c93025ba7a29 Mon Sep 17 00:00:00 2001 From: Yann E. MORIN Date: Wed, 28 Jul 2010 00:08:13 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-55-g7522