diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-09-02 18:06:37 +0200 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-15 23:20:54 +0200 |
| commit | 859b49ed678be0f4b247a04d17ad554f54be0c96 (patch) | |
| tree | daff0230b2c2be53b94ec2869150aaaf68b8e7a3 /toolchain/toolchain-buildroot | |
| parent | c5866be0ad90a97bbf04af846d6aec869bc1918a (diff) | |
toolchain: move elf2flt option inclusion to toolchain-buildroot/Config.in
The only remaining thing in toolchain-buildroot/Config.in.2 is the
inclusion of the elf2flt option. It doesn't really make sense to have
a separate Config.in file for that, so let's move this to
toolchain-buildroot/Config.in.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-buildroot')
| -rw-r--r-- | toolchain/toolchain-buildroot/Config.in | 1 | ||||
| -rw-r--r-- | toolchain/toolchain-buildroot/Config.in.2 | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index 060b49473..0ebbd6cf5 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -68,4 +68,5 @@ source "package/uclibc/Config.in" source "package/binutils/Config.in.host" source "package/gcc/Config.in.host" +source "package/elf2flt/Config.in.host" endif diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2 deleted file mode 100644 index df2607901..000000000 --- a/toolchain/toolchain-buildroot/Config.in.2 +++ /dev/null @@ -1,9 +0,0 @@ -# Buildroot backend specific options - -if BR2_TOOLCHAIN_BUILDROOT - -comment "Toolchain Options" - -source "package/elf2flt/Config.in.host" - -endif |
