summaryrefslogtreecommitdiff
path: root/tests/projects/linux
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-11 21:12:04 +0800
committerruki <[email protected]>2021-12-11 21:12:04 +0800
commited0828575a18a66c08bde26086a867b27d6bc303 (patch)
treedd368d6dbc16a825d44e781dc2921faaec164a51 /tests/projects/linux
parent47ba653b6417a2fe8897e58e446406497dca4fac (diff)
improve driver flags
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 f5fd14b88..1d5aa92b4 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 ARCH=arm64 CROSS_COMPILE=/mnt/gcc-linaro-7.5.0-2019.12-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- M=$(PWD) modules
+ $(MAKE) -C $(KERN_DIR) V=1 M=$(PWD) modules
endif
clean: