Skip to content

Commit

Permalink
fix: aarch64 for radxa rock 5a
Browse files Browse the repository at this point in the history
  • Loading branch information
mela93 committed Jul 31, 2023
1 parent 77412c3 commit 53d6633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ else

export CONFIG_RTL8852AU = m

SUBARCH := $(shell uname -m | sed -e "s/i.86/i386/; s/ppc.*/powerpc/; s/armv.l/arm/; s/aarch64/arm64/;")
ARCH ?= $(SUBARCH)

all: modules

modules:
Expand Down

0 comments on commit 53d6633

Please sign in to comment.