kconfig: allow multiple inclusion of the same file
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>
Thu, 24 Feb 2011 18:36:42 +0000 (19:36 +0100)
committerMichal Marek <mmarek@suse.cz>
Fri, 15 Apr 2011 13:12:48 +0000 (15:12 +0200)
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>

No differences found