Skip to content
Commit 74a813c1 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Stefan Bader
Browse files

UBUNTU: 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>

(cherry picked from commit 32da55f0

)
Signed-off-by: default avatarBryan Wu <bryan.wu@canonical.com>
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent d6329acb
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