summaryrefslogtreecommitdiffstats
path: root/grpc
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-05-04 18:39:35 +0200
committerDavid Lamparter <equinox@diac24.net>2020-05-05 14:39:12 +0200
commit8fb40377decf45a23d6eefc9ba803b8ff40557d0 (patch)
treeb01fcaa751b72f2761356f4caafef65e63f3e934 /grpc
parenttools: frr-llvm-cg (diff)
downloadfrr-8fb40377decf45a23d6eefc9ba803b8ff40557d0.tar.xz
frr-8fb40377decf45a23d6eefc9ba803b8ff40557d0.zip
build: add LLVM bitcode targets
Just an easy way to produce LLVM .bc (bitcode) files. Not used during normal builds. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'grpc')
-rw-r--r--grpc/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc/subdir.am b/grpc/subdir.am
index 048e12a02..045848aee 100644
--- a/grpc/subdir.am
+++ b/grpc/subdir.am
@@ -26,6 +26,8 @@ am__v_PROTOC_ = $(am__v_PROTOC_$(AM_DEFAULT_VERBOSITY))
am__v_PROTOC_0 = @echo " PROTOC" $@;
am__v_PROTOC_1 =
+SUFFIXES += .pb.h .pb.cc .grpc.pb.cc
+
.proto.pb.cc:
$(AM_V_PROTOC)$(PROTOC) -I$(top_srcdir) --cpp_out=$(top_srcdir) $(top_srcdir)/$^
.proto.grpc.pb.cc: