Browse Source

Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day <[email protected]>

SVN-Revision: 10687
Travis Kemen 18 years ago
parent
commit
8edd4a509e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/binutils/Config.in

+ 1 - 1
toolchain/binutils/Config.in

@@ -14,7 +14,7 @@ choice
 
 	config BINUTILS_VERSION_2_18
 		bool "binutils 2.18"
-		depends !avr32
+		depends !TARGET_avr32
 
 endchoice