Skip to content

Commit

Permalink
v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpdboy authored Apr 10, 2024
1 parent a1e76db commit 3fb0e48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lucky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ endif
ifeq ($(ARCH),arm)
LUCKY_ARCH:=armv7
endif

ifeq ($(ARCH),arm64)
LUCKY_ARCH:=arm64
endif
ifeq ($(BOARD),bcm53xx)
LUCKY_ARCH:=armv7
ifeq ($(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE)))),)
Expand Down

0 comments on commit 3fb0e48

Please sign in to comment.