mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
Fix mkdir 9p
This commit is contained in:
2
build
2
build
@@ -110,7 +110,7 @@ fi
|
|||||||
|
|
||||||
cd "${root_dir}/kernel_module"
|
cd "${root_dir}/kernel_module"
|
||||||
./make-host.sh -j "$j" clean
|
./make-host.sh -j "$j" clean
|
||||||
mkdir -p 9p
|
mkdir -p "${root_dir}/9p"
|
||||||
cd "${buildroot_dir}"
|
cd "${buildroot_dir}"
|
||||||
# HOST_QEMU_OPTS is a hack that happens to work because the QEMU package luckly uses += at all times.
|
# HOST_QEMU_OPTS is a hack that happens to work because the QEMU package luckly uses += at all times.
|
||||||
# It shouldn't be necessary in the first place: https://bugs.busybox.net/show_bug.cgi?id=9936
|
# It shouldn't be necessary in the first place: https://bugs.busybox.net/show_bug.cgi?id=9936
|
||||||
|
|||||||
Reference in New Issue
Block a user