Skip to content

Commit

Permalink
tools: ynl: remove __pycache__ during clean
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed Mar 6, 2024
1 parent 1d8617b commit 72fa191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/net/ynl/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ynl.a: $(OBJS)
ar rcs $@ $(OBJS)
clean:
rm -f *.o *.d *~
rm -rf __pycache__

distclean: clean
rm -f *.a
Expand Down

0 comments on commit 72fa191

Please sign in to comment.