kbuild: Provide correct 'make some/dir/file.[iso]'
Don't include Rules.make in the top-level Makefile, we don't actually build anything from there, so we don't need the rules. If asked to build some file in a subdirectory, descend into the subdir and build it from there - only there we can know what extra flags etc we have to add. This also works for building preprocessed [.i] and assembler output [.s].
Showing
Please register or sign in to comment