From: Yann E. MORIN Date: Thu, 24 Feb 2011 18:36:42 +0000 (+0100) Subject: kconfig: allow multiple inclusion of the same file X-Git-Tag: v3.0-rc1~149^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f094f8a1b2737a4f3ca46742ff9aaf460d39285e;p=pandora-kernel.git 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" Signed-off-by: Michal Marek --- Reading git-diff-tree failed