diff options
author | David Lamparter <equinox@diac24.net> | 2020-05-04 18:39:35 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-05-05 14:39:12 +0200 |
commit | 8fb40377decf45a23d6eefc9ba803b8ff40557d0 (patch) | |
tree | b01fcaa751b72f2761356f4caafef65e63f3e934 /qpb | |
parent | tools: frr-llvm-cg (diff) | |
download | frr-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 'qpb')
-rw-r--r-- | qpb/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpb/subdir.am b/qpb/subdir.am index 1864ba736..80f8f3aca 100644 --- a/qpb/subdir.am +++ b/qpb/subdir.am @@ -29,6 +29,7 @@ CLEANFILES += \ # end EXTRA_DIST += qpb/qpb.proto +SUFFIXES += .proto .pb-c.c .pb-c.h if HAVE_PROTOBUF |