mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Don't clean kernel_module by default to save some nanoseconds
This commit is contained in:
2
build
2
build
@@ -136,8 +136,6 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"$post_script_args\"
|
||||
make O="$out_dir" olddefconfig
|
||||
fi
|
||||
|
||||
cd "${root_dir}/kernel_module"
|
||||
./make-host.sh -j "$j" clean
|
||||
mkdir -p "${root_dir}/9p"
|
||||
cd "${buildroot_dir}"
|
||||
# HOST_QEMU_OPTS is a hack that happens to work because the QEMU package luckly uses += at all times.
|
||||
|
||||
Reference in New Issue
Block a user