commit | bc081dd6e9f622c73334dc465359168543ccaabf | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Mon Dec 07 16:38:33 2009 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Sat Dec 12 13:08:16 2009 +0100 |
tree | c015f5eba8e1bc79b2eb3861b8e95f15ee6d047d | |
parent | 6299fee7b84ac7b4429b4e2787b99470a89cd5f5 [diff] |
kbuild: generate modules.builtin 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: Michal Marek <mmarek@suse.cz>