kbuild: Fix warnings and other buglets
o Add a + to $(MAKEBOOT), so that make knows that it's a recursive make invocation. o For files which are generated like .map -> .c -> .o, add an explicit dependency for .c -> .o. Otherwise, make sees the .c as an intermediate object and removes it, causing an unnecessary recompilation at next invocation.
Showing
Please register or sign in to comment