]> www.infradead.org Git - nvme.git/commit
kbuild: Create INSTALL_PATH directory if it does not exist
authorZhang Bingwu <xtexchooser@duck.com>
Sun, 14 Jul 2024 08:57:51 +0000 (16:57 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Jul 2024 04:34:54 +0000 (13:34 +0900)
commit7efcb39e0da99de8295e81a2f98b7fdeebcdaa73
tree6089e0e515c775031998dd038f4db20719c6d864
parentaf7925d82096d30bf971d41a109bd42f6a027ec2
kbuild: Create INSTALL_PATH directory if it does not exist

If INSTALL_PATH is not a valid directory, create it, like what
modules_install and dtbs_install will do in the same situation.

Signed-off-by: Zhang Bingwu <xtexchooser@duck.com>
Reviewed-by: Nicolas Schier <nicolas@jasle.eu>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/install.sh