commit | 9ee4e3365dd0dab4c1e02fe44dc08a223b826c72 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Mon Aug 07 21:01:36 2006 +0200 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Mon Aug 07 21:01:36 2006 +0200 |
tree | f133dfb7e53d0d3ea6f7734c4087dc02f737c5a3 | |
parent | 58a2f7d85aaf4c41157f15c43a913b5c3c6b3adb [diff] |
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 <sam@ravnborg.org>