diff options
author | GalaxyGorilla <sascha@netdef.org> | 2020-12-19 22:06:24 +0100 |
---|---|---|
committer | GalaxyGorilla <sascha@netdef.org> | 2020-12-19 22:06:35 +0100 |
commit | 4a6ba3ddb7f179a57dadb174e45fb40ed5cb9b25 (patch) | |
tree | 9125c07833f80131c289ad445d27e29743779c89 /pathd | |
parent | Merge pull request #7768 from donaldsharp/route_map_opt (diff) | |
download | frr-4a6ba3ddb7f179a57dadb174e45fb40ed5cb9b25.tar.xz frr-4a6ba3ddb7f179a57dadb174e45fb40ed5cb9b25.zip |
pathd: un-guard clippy files
The relevant clippy machinery in python/makevars.py assumes to get
'raw' Makefile text containing all `clippy_scan` variables. If those
files in the `clippy_scan` variable are later on used in the
compilation process does not matter.
Signed-off-by: GalaxyGorilla <sascha@netdef.org>
Diffstat (limited to 'pathd')
-rw-r--r-- | pathd/subdir.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pathd/subdir.am b/pathd/subdir.am index 7403787fb..520a8c696 100644 --- a/pathd/subdir.am +++ b/pathd/subdir.am @@ -33,13 +33,8 @@ pathd_libpath_a_SOURCES = \ clippy_scan += \ pathd/path_cli.c \ - # end - -if HAVE_PATHD_PCEP -clippy_scan += \ pathd/path_pcep_cli.c \ # end -endif noinst_HEADERS += \ pathd/path_debug.h \ |