]> 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)
commited94f472b7fe28bbc3a6e7ce1dcaa06134f2b5d2
tree7603b9ca1c1c80169c6d84c95d1f8db8f84040db
parent35fb2813fb2718da7c6c5a57d028125c224b235e
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