• Kai Germaschewski's avatar
    kbuild: Provide correct 'make some/dir/file.[iso]' · 7a897475
    Kai Germaschewski authored
    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].
    7a897475
Makefile 16.1 KB