Skip to content
  • Michal Marek's avatar
    kbuild: generate modules.builtin · bc081dd6
    Michal Marek authored
    
    
    To make it easier for module-init-tools and scripts like mkinitrd to
    distinguish builtin and missing modules, install a modules.builtin file
    listing all builtin modules. This is done by generating an additional
    config file (tristate.conf) with tristate options set to uppercase 'Y'
    or 'M'. If we source that config file, the builtin modules appear in
    obj-Y.
    
    Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
    bc081dd6