aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md')
-rw-r--r--docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md
index 1c479c8b0..b193aa212 100644
--- a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md
+++ b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md
@@ -17,7 +17,8 @@ If feasible, recompile and reinstall the Linux kernel with any debugging options
## Build syzkaller executables
-Run make.
+Build syzkaller as described [here](/docs/contributing.md), with `arm` target:
+
```
make TARGETOS=linux TARGETARCH=arm
```