From a2959d67c00a8719d8b0eff9296d2b10eead0e22 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 23 Aug 2014 22:06:21 -0400 Subject: build: Update kconfig to version in Linux 3.16. Update kconfig (from Linux v3.13) to the latest version (Linux v3.16). This copies kconfig from Linux with only the changes necessary to work with the SeaBIOS build (the equivalent of the earlier SeaBIOS 0da7bfdf commit) and the changes necessary to always emit symbols (SeaBIOS b623e7c5 commit). Signed-off-by: Kevin O'Connor --- scripts/kconfig/util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/kconfig/util.c') diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 6e7fbf1..94f9c83 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c @@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size) fprintf(stderr, "Out of memory.\n"); exit(1); } - - -- cgit v1.1