From 47ba653b6417a2fe8897e58e446406497dca4fac Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 11 Dec 2021 21:02:59 +0800 Subject: support arm64 for linux driver --- tests/projects/linux/driver/hello_makefile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects') diff --git a/tests/projects/linux/driver/hello_makefile/Makefile b/tests/projects/linux/driver/hello_makefile/Makefile index 1d5aa92b4..f5fd14b88 100644 --- a/tests/projects/linux/driver/hello_makefile/Makefile +++ b/tests/projects/linux/driver/hello_makefile/Makefile @@ -6,7 +6,7 @@ else PWD := $(shell pwd) default: - $(MAKE) -C $(KERN_DIR) V=1 M=$(PWD) modules + $(MAKE) -C $(KERN_DIR) V=1 ARCH=arm64 CROSS_COMPILE=/mnt/gcc-linaro-7.5.0-2019.12-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- M=$(PWD) modules endif clean: -- cgit v1.3.1