summaryrefslogtreecommitdiff
path: root/tests/projects/linux
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/linux')
-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: