yang: Allow make clean to actually clean up dependant files

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-03-24 19:27:20 -04:00
parent 755f959915
commit db2f330bae

View File

@ -86,3 +86,9 @@ endif
if PATHD
dist_yangmodels_DATA += yang/frr-pathd.yang
endif
CLEANFILES += \
yang/*.c \
yang/ietf/*.c \
yang/confd/*.c \
#