Skip to content

Commit

Permalink
fix: remove cross-compile env from arm target (maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 6, 2023
1 parent 6c8d0e2 commit 5e1535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $(KPART_A64): $(BZIMAGE_A64)

$(BZIMAGE_A64): $(INITFSZ_A64)
cp $(CONFDIR)/$(CONFIG_MT8183) kernel/.config
ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make -C kernel
make -C kernel
cp kernel/arch/arm64/boot/Image.gz $(WORKDIR)/$(BZIMAGE_A64)

$(INITFSZ_A64): $(INITFS_A64)
Expand Down

0 comments on commit 5e1535e

Please sign in to comment.