From: Sam Ravnborg Date: Mon, 7 Aug 2006 19:01:36 +0000 (+0200) Subject: kbuild: external modules shall not check config consistency X-Git-Tag: v2.6.18-rc5~125^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee4e3365dd0dab4c1e02fe44dc08a223b826c72;p=pandora-kernel.git kbuild: external modules shall not check config consistency external modules needs include/linux/autoconf.h and include/config/auto.conf but skip the integrity test of these. Even with a newer Kconfig file we shall just proceed since external modules simply uses the kernel source and shall not attempt to modify it. Error out if a config fiel is missing since they are mandatory. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed