]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
kbuild: don't hardcode depmod path
authorDominique Martinet <asmadeus@codewreck.org>
Tue, 1 Dec 2020 13:17:30 +0000 (14:17 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 19 Feb 2021 15:43:51 +0000 (16:43 +0100)
commit1e29af12c897c23fae8376fca235c517bc35af5c
tree1d7258aafcd2fc41c7f34731a16001d27674132c
parent898c4efcb0aba29f1eb8f83ce57daa3bbd14389d
kbuild: don't hardcode depmod path

BugLink: https://bugs.launchpad.net/bugs/1913486
commit 436e980e2ed526832de822cbf13c317a458b78e1 upstream.

depmod is not guaranteed to be in /sbin, just let make look for
it in the path like all the other invoked programs

Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: William Breathitt Gray <william.gray@canonical.com>
Makefile