mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
1240dabe8d
When CONFIG_MODULES is disabled for ARCH=um, 'make (bin)deb-pkg' fails
with an error like follows:
cp: cannot create regular file 'debian/linux-image/usr/lib/uml/modules/6.4.0-rc2+/System.map': No such file or directory
Remove the CONFIG_MODULES check completely so ${pdir}/usr/lib/uml/modules
will always be created and modules.builtin.(modinfo) will be installed
under it for ARCH=um.
Fixes:
|
||
---|---|---|
.. | ||
builddeb | ||
buildtar | ||
deb-build-option | ||
gen-diff-patch | ||
mkdebian | ||
mkspec | ||
snapcraft.template |