OSDN Git Service

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)
commitd9dac147a2c370c188ef6251c7c6f42759f65eb0
tree7603b9ca1c1c80169c6d84c95d1f8db8f84040db
parent4623980dea7c688bd5fdce406e01726654b04104
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