mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Fix mkdir 9p
This commit is contained in:
2
build
2
build
@@ -110,7 +110,7 @@ fi
|
||||
|
||||
cd "${root_dir}/kernel_module"
|
||||
./make-host.sh -j "$j" clean
|
||||
mkdir -p 9p
|
||||
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.
|
||||
# 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