kbuild: external modules shall not check config consistency
authorSam Ravnborg <sam@mars.ravnborg.org>
Mon, 7 Aug 2006 19:01:36 +0000 (21:01 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Mon, 7 Aug 2006 19:01:36 +0000 (21:01 +0200)
commit9ee4e3365dd0dab4c1e02fe44dc08a223b826c72
treef133dfb7e53d0d3ea6f7734c4087dc02f737c5a3
parent58a2f7d85aaf4c41157f15c43a913b5c3c6b3adb
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>
Makefile