Put everything in its right place

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-06 19:24:59 +01:00
parent f42205c99d
commit 1f6300c8b3
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -45,8 +45,8 @@ cat kernel-config/net.config >> "$CONFIG_PATH"
## Add KVM guest support
make -C "$WD"/linux/ kvm_guest.config
make -C "$WD"/linux/ -j$NPROC EXTRA_CFLAGS=-Wno-error=use-after-free
#make -j$NPROC WERROR=0
#make -C "$WD"/linux/ -j$NPROC EXTRA_CFLAGS=-Wno-error=use-after-free
make -j$NPROC WERROR=0
cp ./vmlinux "$WD"/vmlinux-$KERNEL_VERSION