• Kai Germaschewski's avatar
    kbuild: Rearrange Rules.make · 7a3b08a2
    Kai Germaschewski authored
    This patch doesn't change anything but the order (and some comments) in
    Rules.make. The reason for that is that we use Rules.make for three
    different purposes, fastdep, modules_install and the actual building.
    
    As an example, we don't need all the dependencies and saved command lines
    when installing modules, so it'll speed up this pass to only include the
    rules which will actually get used.
    7a3b08a2
Rules.make 14.4 KB