diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-11 09:45:00 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-11 19:00:33 +0200 |
commit | 4647bb11cab240dd080778a57751cc21830ee7f3 (patch) | |
tree | 67d03578662b13a1f5c46ea58f7a2ab1971e1dc1 /util/kconfig/Makefile | |
parent | 0afdec4cdcb8f5e6591674864fa66dbede2b8070 (diff) | |
download | coreboot-4647bb11cab240dd080778a57751cc21830ee7f3.tar.xz |
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>
Diffstat (limited to 'util/kconfig/Makefile')
-rw-r--r-- | util/kconfig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index a216fd3aea..f80d531067 100644 --- a/util/kconfig/Makefile +++ b/util/kconfig/Makefile @@ -2,6 +2,9 @@ # Kernel configuration targets # 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 \ localmodconfig localyesconfig |