commit | 0eb47346968f9b3852bbc56115f4feeecf23ea40 | [log] [tgz] |
---|---|---|
author | Cheah Kok Cheong <thrust73@gmail.com> | Mon Nov 28 00:28:26 2016 +0800 |
committer | Michal Marek <mmarek@suse.com> | Tue Nov 29 14:03:14 2016 +0100 |
tree | 49b6c91d2dafbc1f00a90ff49811e99c1ba754d9 | |
parent | 1001354ca34179f3db924eb66672442a173147dc [diff] |
Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning Fix below warning when make nconfig is run initially or after make clean. HOSTCC scripts/kconfig/nconf.o scripts/kconfig/nconf.c:8:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE ^ <command-line>:0:0: note: this is the location of the previous definition Signed-off-by: Cheah Kok Cheong <thrust73@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.com>