Skip to content

Commit

Permalink
Merge pull request #106 from morningtzh/fix-kernal-build
Browse files Browse the repository at this point in the history
[bugfix]delete redundant 'make'
  • Loading branch information
Burning1020 authored Apr 9, 2024
2 parents 432315c + 1d84516 commit 2363a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vmm/scripts/kernel/cloud_hypervisor/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ cp linux-config-x86_64 .config # x86-64
# TODO support arm
# cp linux-config-aarch64 .config # AArch64
KCFLAGS="-Wa,-mx86-used-note=no" make bzImage -j `nproc`
make -j `nproc`
# TODO support arm
# make -j `nproc`
popd # pushd /tmp/linux-cloud-hypervisor

cp /tmp/linux-cloud-hypervisor/arch/x86/boot/compressed/vmlinux.bin ${base_dir}/vmlinux.bin

0 comments on commit 2363a90

Please sign in to comment.