Skip to content

Commit

Permalink
fixup! HACK: Compile mainline kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 10, 2023
1 parent 926fa1b commit cda94a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_out=$ANDROID_ROOT/out/kernel-mainline
_kernel=$_out/arch/arm64/boot/Image.gz-dtb
_kernel_path=$(realpath $ANDROID_ROOT/kernel/mainline/kernel)
_kernel_path=$(realpath "$ANDROID_ROOT/kernel/mainline/kernel")

_targets=Image.gz

Expand Down

0 comments on commit cda94a0

Please sign in to comment.