diff options
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | 2010-07-28 00:08:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-28 16:19:56 +0200 |
commit | ed181aeedb4d478f789f81525bd8c93025ba7a29 (patch) | |
tree | 02b40246abce977c80d466dc16ad934cc61a4f66 /Makefile | |
parent | d47c73ee9ba3ab9a5f6a113047e3a4aae1afd278 (diff) |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |