diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-21 17:11:33 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-21 17:11:33 +0000 |
commit | 85c7bde99ee2db7ea865032ef497f3b78ced9e75 (patch) | |
tree | 21082b3cd9b3e27782767b20430bf9d3457380b4 /toolchain/Makefile.in | |
parent | 9ad7d650041d4bb8ba640ea48d4fa7d6f44c2e57 (diff) |
Allow creating a script for external use of Buildroot toolchain
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index bdabde9ad..16f33f6bc 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -47,3 +47,5 @@ CFLAGS_COMBINE = $(call cc-option,-combine,) # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in +include toolchain/export-toolchain/Makefile.in + |