aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJulia Hansbrough <flowerhack@google.com>2018-09-28 18:15:56 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-10-02 20:47:12 +0200
commit0f3e02619179c5d491597451b35bd1c5714e04df (patch)
treead79f88dd85a5d1b9edff6c3933f499cad7336e7 /docs
parenta316a2afeeda63a9b013f8d734c3cd38849e2354 (diff)
Include generate_fidl as part of the `extract` step.
Anytime we're running `make extract/generate` with Fuchsia as a target, we probably want to update FIDL descriptions too, so we don't fall behind what upstream is up to. This includes generate_fidl as part of the `make extract` workflow. Also, corrects fidlgenPath to properly find the path for ARM targets (we only have host_x64 right now).
Diffstat (limited to 'docs')
-rw-r--r--docs/fuchsia.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/fuchsia.md b/docs/fuchsia.md
index ce7b82f1e..2d1a6f64f 100644
--- a/docs/fuchsia.md
+++ b/docs/fuchsia.md
@@ -48,13 +48,9 @@ Run `syz-manager` with a config along the lines of:
## How to generate syscall description for FIDL
-Use `generate_fidl` target to automatically generate syscall descriptions for all the supported FIDL files.
+Syscall descriptions for FIDL are automatically generated as part of `make extract` as described above.
-```bash
-make generate_fidl TARGETARCH=amd64 SOURCEDIR=/path/to/fuchsia/checkout
-```
-
-To manually generate syscall description for a given `.fidl` file, use the following instruction.
+However, if you wish to manually generate syscall descriptions for a given `.fidl` file, do the following.
FIDL files should first be compiled into FIDL intermediate representation (JSON) files using `fidlc`: