Skip to content

Commit

Permalink
Create and install the binary kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Cain <[email protected]>
  • Loading branch information
androm3da committed Sep 18, 2024
1 parent 7297d51 commit ba28972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ build_kernel() {
LLVM_IAS=1 \
KBUILD_VERBOSE=1 \
vmlinux
hexagon-unknown-linux-musl-objcopy -O binary ../obj_linux/vmlinux ../obj_linux/vmlinux.bin
install -D ../obj_linux/vmlinux ${ROOTFS}/boot/vmlinux
install -D ../obj_linux/vmlinux.bin ${ROOTFS}/boot/vmlinux.bin
}

get_src_tarballs() {
Expand Down

0 comments on commit ba28972

Please sign in to comment.