Skip to content
Snippets Groups Projects
Commit 9ee4e336 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 58a2f7d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment