aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDokyung Song <dokyungs@google.com>2018-09-05 12:45:17 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-09-06 21:18:15 +0200
commite30d3b524053cf8d688a1f486a5cde9b67d49e87 (patch)
tree8743bf3e125c306042793f7f7f23822e747715c0 /Makefile
parent0bb7a7eb8e0958c6fbe2d69615b9fae4af88c8ee (diff)
sys/fuchsia: add Go script that generates fidl descriptions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 976a7cf85..64bdef245 100644
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,10 @@ generate_go: bin/syz-sysgen format_cpp
generate_sys: bin/syz-sysgen
bin/syz-sysgen
+generate_fidl:
+ $(GO) generate ./sys/fuchsia
+ $(MAKE) format_sys
+
bin/syz-sysgen:
$(GO) build $(GOHOSTFLAGS) -o $@ ./sys/syz-sysgen