diff options
Diffstat (limited to 'package/binutils/Config.in')
-rw-r--r-- | package/binutils/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/binutils/Config.in b/package/binutils/Config.in index 38d519a4c2..e1f77e5fa4 100644 --- a/package/binutils/Config.in +++ b/package/binutils/Config.in @@ -5,9 +5,10 @@ config BR2_PACKAGE_BINUTILS help Install binutils on the target +if BR2_PACKAGE_BINUTILS + config BR2_PACKAGE_BINUTILS_TARGET bool "binutils binaries" - depends on BR2_PACKAGE_BINUTILS help The GNU Binutils are a collection of binary tools: @@ -16,3 +17,5 @@ config BR2_PACKAGE_BINUTILS_TARGET and others... http://www.gnu.org/software/binutils/ + +endif |