commit | f094f8a1b2737a4f3ca46742ff9aaf460d39285e | [log] [tgz] |
---|---|---|
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | Thu Feb 24 19:36:42 2011 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Fri Apr 15 15:12:48 2011 +0200 |
tree | 91f1b35efd025cc0a31f78230c8f81ab5a21c78f | |
parent | 466de9183570fe9fd21ef167951488fc9d513fcb [diff] |
kconfig: allow multiple inclusion of the same file Allow 'source'ing the same file from multiple places (eg. from different files, and/or under different conditions). To avoid circular inclusion, scan the source-ancestry of the current file, and abort if already sourced in this branch. Regenerate the pre-parsed lex.zconf.c_shipped file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>