Skip to content
Commit 32da55f0 authored by Andy Whitcroft's avatar Andy Whitcroft
Browse files

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.

Conflicts:

	Makefile

Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent da8afd95
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment