mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Create data/ dir, move cli, 9p and readfile there.
This commit is contained in:
3
build
3
build
@@ -159,11 +159,10 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"$post_script_args\"
|
||||
make O="$buildroot_out_dir" olddefconfig
|
||||
fi
|
||||
|
||||
# Build.
|
||||
mkdir -p \
|
||||
"${gem5_out_dir}" \
|
||||
"${qemu_out_dir}" \
|
||||
"${root_dir}/9p" \
|
||||
"${p9_dir}" \
|
||||
;
|
||||
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