summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-11 21:02:59 +0800
committerruki <[email protected]>2021-12-11 21:02:59 +0800
commit47ba653b6417a2fe8897e58e446406497dca4fac (patch)
tree736db649ca1ba69a784a82b375f1646f85307eb6 /tests/projects
parent13585a08f101e70d640feb045d02137cdf3d6114 (diff)
support arm64 for linux driver
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/linux/driver/hello_makefile/Makefile2
1 files changed, 1 insertions, 1 deletions
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: