Skip to content

Commit 72fa191

Browse files
kuba-moodavem330
authored andcommitted
tools: ynl: remove __pycache__ during clean
Build process uses python to generate the user space code. Remove __pycache__ on make clean. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1d8617b commit 72fa191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/net/ynl/lib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ynl.a: $(OBJS)
1717
ar rcs $@ $(OBJS)
1818
clean:
1919
rm -f *.o *.d *~
20+
rm -rf __pycache__
2021

2122
distclean: clean
2223
rm -f *.a

0 commit comments

Comments
 (0)