• Kai Germaschewski's avatar
    kbuild: Add dependency info to modules · 0571739c
    Kai Germaschewski authored
    During postprocessing, we get the information which modules we depend on 
    (i.e. which modules export symbols we need to import) for free, so we
    record it in .modinfo. This may allow us to remove the "depmod" program
    at a later time, though for now it remains working as usual.
    0571739c
module.c 41.6 KB