mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +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
@ -17,6 +17,7 @@ ynl.a: $(OBJS)
|
||||
ar rcs $@ $(OBJS)
|
||||
clean:
|
||||
rm -f *.o *.d *~
|
||||
rm -rf __pycache__
|
||||
|
||||
distclean: clean
|
||||
rm -f *.a
|
||||
|
Loading…
Reference in New Issue
Block a user