Committing fixes in the dark, seriously, who killed my power!?

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-06 20:05:41 +01:00
parent b266e4487e
commit 3c7a555610
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -48,6 +48,6 @@ make -C "$WD"/linux/ kvm_guest.config
#make -C "$WD"/linux/ -j$NPROC EXTRA_CFLAGS=-Wno-error=use-after-free
make -C "$WD"/linux/ -j$NPROC WERROR=0
cp ./vmlinux "$WD"/vmlinux-$KERNEL_VERSION
cp "$WD"/vmlinux "$WD"/vmlinux-$KERNEL_VERSION
sudo rm -rf "$WD"/linux