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)
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

diff --cc Makefile
Simple merge