summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-03-25 00:27:20 +0100
committerDonald Sharp <sharpd@nvidia.com>2021-03-25 00:27:20 +0100
commitdb2f330bae47d323cc7441462ad503c91546a6bb (patch)
treee900458fc5c6fed02f601f321dbbb3f4b6191067 /yang
parentMerge pull request #8325 from idryzhov/fix-ip-router-isis (diff)
downloadfrr-db2f330bae47d323cc7441462ad503c91546a6bb.tar.xz
frr-db2f330bae47d323cc7441462ad503c91546a6bb.zip
yang: Allow `make clean` to actually clean up dependant files
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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 \
+ #