diff options
author | David Lamparter <equinox@diac24.net> | 2020-04-30 21:33:58 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-02-23 16:56:58 +0100 |
commit | 36a8fdfd74c82103055e097296ee03363adfa06d (patch) | |
tree | 3c42f5cc2b14e726a8270fb17470d1be2419ee2a /Makefile.am | |
parent | lib/clippy: add libelf wrapper (diff) | |
download | frr-36a8fdfd74c82103055e097296ee03363adfa06d.tar.xz frr-36a8fdfd74c82103055e097296ee03363adfa06d.zip |
python/xrelfo: the ELF xref extractor
This creates JSON dumps of all the xref structs littered around FRR.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 90c840701..bb8e97a11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -187,8 +187,16 @@ EXTRA_DIST += \ \ python/clidef.py \ python/clippy/__init__.py \ + python/clippy/elf.py \ + python/clippy/uidhash.py \ python/makevars.py \ python/makefile.py \ + python/tiabwarfo.py \ + python/xrelfo.py \ + python/test_xrelfo.py \ + python/runtests.py \ + \ + python/xrefstructs.json \ \ redhat/frr.logrotate \ redhat/frr.pam \ |