diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 14:16:25 +0000 |
commit | 51a61c9011d838db18af16f5f8e294f9e301bad2 (patch) | |
tree | 67a30004a22b0645ecb141608516c7bd9d12e88a /toolchain/Config.in.2 | |
parent | 5f0baad2937640ecf09b65697e8b10d30368f7b9 (diff) | |
download | buildroot-novena-51a61c9011d838db18af16f5f8e294f9e301bad2.tar.gz buildroot-novena-51a61c9011d838db18af16f5f8e294f9e301bad2.zip |
- Subsume and collaps toolchain options in one menu
This is ment to ease configuration by providing toolchain related options in one place
No functional changes, just shuffling the menus around..
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r-- | toolchain/Config.in.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index d9473d325..c3bada025 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -1,8 +1,6 @@ # -menu "Toolchain Options" - depends on BR2_TOOLCHAIN_BUILDROOT - +if BR2_TOOLCHAIN_BUILDROOT source "toolchain/kernel-headers/Config.in" source "toolchain/uClibc/Config.in" source "toolchain/binutils/Config.in" @@ -81,4 +79,4 @@ config BR2_CROSS_TOOLCHAIN_TARGET_UTILS Answer Y if you want these apps (if built) copied into the cross toolchain dir under <arch>-linux-uclibc/target_utils/. -endmenu +endif |