]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unset
authorReinhard Karcher <reinhard.karcher@gmx.net>
Tue, 24 Mar 2020 10:24:47 +0000 (11:24 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 30 Mar 2020 00:23:00 +0000 (09:23 +0900)
commitbd86819d85b7a0d72ae6d5074d93e693ba5a6404
tree7603b9ca1c1c80169c6d84c95d1f8db8f84040db
parent9411ccde6fbe9e6168b98f1aa496388ff223554d
kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unset

Creating a Debian package without CONFIG_DEBUG_INFO produces
a warning that no debug package was created.

This patch excludes the debug package from the control file,
if no debug package is created by this configuration.

Signed-off-by: Reinhard Karcher <reinhard.karcher@gmx.net>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/package/mkdebian