kconfig: enforce stable sort order
Locales differ in the order in which they sort entries. This ensures predictable behavior. Change-Id: I4ceec90a56bbc368a847d14298db0a21cc21e77c Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10510 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							0afdec4cdc
						
					
				
				
					commit
					4647bb11ca
				
			@@ -2,6 +2,9 @@
 | 
				
			|||||||
# Kernel configuration targets
 | 
					# Kernel configuration targets
 | 
				
			||||||
# These targets are used from top-level makefile
 | 
					# These targets are used from top-level makefile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export LC_ALL=C
 | 
				
			||||||
 | 
					export LANG=C
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \
 | 
					PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \
 | 
				
			||||||
	localmodconfig localyesconfig
 | 
						localmodconfig localyesconfig
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user