From 5e7612fb8ebc8dfd5fcac28e6ea9440b13046ffe Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 26 Aug 2024 23:55:40 +0200 Subject: kbuild: Use `make install` instead of manual copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kbuild b/bin/kbuild index 3272403..c66af4a 100755 --- a/bin/kbuild +++ b/bin/kbuild @@ -185,7 +185,7 @@ else unlink "$INSTALL_PATH/lib" - cp "arch/$ARCH/boot/Image.gz" "$INSTALL_PATH/boot/vmlinuz-$name" + make install INSTALL_PATH="$INSTALL_PATH/boot" cp .config "$INSTALL_PATH/boot/config-$name" ## -- cgit v1.2.3