• Kai Germaschewski's avatar
    Make objects in $(export-objs) only depend on themselves · e4161532
    Kai Germaschewski authored
    Currently, if dependencies for one object file listed in $(export-objs)
    change, we will rebuild all $(export-objs) files in the same subdirectory,
    which may take a noticable amount of time and thus is annoying during
    development, and, of course, unnecessary.
    
    The patch is originally from Russell King and has been tested in the ARM
    kernel tree for a long time.
    e4161532
Rules.make 10.5 KB