summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-03-25 15:50:18 +0100
committerGitHub <noreply@github.com>2021-03-25 15:50:18 +0100
commitd8701d6a9a00466085f86141e079b1ec3acd7f67 (patch)
treea5c201af9d515036aaaee22fe3e152a1780cd6cd /yang
parentMerge pull request #8167 from LabNConsulting/chopps/tests-add-gdb (diff)
parentyang: Allow `make clean` to actually clean up dependant files (diff)
downloadfrr-d8701d6a9a00466085f86141e079b1ec3acd7f67.tar.xz
frr-d8701d6a9a00466085f86141e079b1ec3acd7f67.zip
Merge pull request #8332 from donaldsharp/yang_clean
yang: Allow `make clean` to actually clean up dependant files
Diffstat (limited to 'yang')
-rw-r--r--yang/subdir.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/subdir.am b/yang/subdir.am
index 47fc50890..da4432b62 100644
--- a/yang/subdir.am
+++ b/yang/subdir.am
@@ -86,3 +86,9 @@ endif
if PATHD
dist_yangmodels_DATA += yang/frr-pathd.yang
endif
+
+CLEANFILES += \
+ yang/*.c \
+ yang/ietf/*.c \
+ yang/confd/*.c \
+ #