Skip to content

Commit

Permalink
fix arm64 image path
Browse files Browse the repository at this point in the history
  • Loading branch information
snacsnoc committed Dec 17, 2022
1 parent 6d19a6f commit 8a0383b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clean:
cd linux && make clean
cd musl && make clean
cd busybox && make clean
cd bash && make clean
cd bash && make distclean

kernel:
ifeq ($(ARCH), aarch64)
Expand Down Expand Up @@ -123,8 +123,8 @@ syslinux:
kernel-install: kernel
ifeq ($(ARCH), aarch64)
cd linux ; \
cp arch/arm64/boot/Image ../boot/isolinux ; \
cp arch/arm64/boot/Image $(ROOTFS_PATH)/boot
@cp ./arch/arm64/boot/Image ../boot/isolinux ; \
@cp ./arch/arm64/boot/Image $(ROOTFS_PATH)/boot
else
cd linux/ ; \
cp arch/$(ARCH)/boot/bzImage ../boot/isolinux ; \
Expand Down

0 comments on commit 8a0383b

Please sign in to comment.