mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
1d8617b2a6
commit
72fa191bfd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ ynl.a: $(OBJS)
|
|||
ar rcs $@ $(OBJS)
|
||||
clean:
|
||||
rm -f *.o *.d *~
|
||||
rm -rf __pycache__
|
||||
|
||||
distclean: clean
|
||||
rm -f *.a
|
||||
|
|
Loading…
Add table
Reference in a new issue