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

kbuild: ignore make's built-in rules & variables


kbuild does explicitly specify what to do in all cases, and each
time make's built-in rules & variables has been used it has been a bug.
So to speed up things and to avoid the hard-to-debug error situations
ignore the built-in definitions.
If any part of the kernel uses the built-in definitions the build will
just stop there and it should be trivial to fix.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent ff541710
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