Skip to content

Commit

Permalink
Fix folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 7, 2024
1 parent 7bf01fb commit b288013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fc-kernels/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ function build_version {
local version=$1
stringarray=($version)
kernel_version=${stringarray[1]}
git checkout "v${kernel_version}"

cp configs/"${kernel_version}.config" linux/.config

cd linux
git checkout "v${kernel_version}"

make vmlinux -j "$(nproc)"

Expand Down

0 comments on commit b288013

Please sign in to comment.