summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-09-02 18:06:37 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-15 23:20:54 +0200
commit859b49ed678be0f4b247a04d17ad554f54be0c96 (patch)
treedaff0230b2c2be53b94ec2869150aaaf68b8e7a3 /toolchain/Config.in
parentc5866be0ad90a97bbf04af846d6aec869bc1918a (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/Config.in')
-rw-r--r--toolchain/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 96713a8b4..17be32a52 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -63,6 +63,5 @@ source "toolchain/toolchain-buildroot/Config.in"
source "toolchain/toolchain-external/Config.in"
source "toolchain/toolchain-crosstool-ng/Config.in"
source "toolchain/toolchain-common.in"
-source "toolchain/toolchain-buildroot/Config.in.2"
endmenu