]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: delete *.pyc files by "make distclean"
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 12 Mar 2014 11:36:45 +0000 (20:36 +0900)
committerTom Rini <trini@ti.com>
Wed, 12 Mar 2014 21:05:00 +0000 (17:05 -0400)
commit2e50f6dccb3eeb1a20993c9da73fe355da35cf04
tree5af7b1a99a989a48042e31ba6b4a3461d6bc3f19
parent37bdf35978b084956fc911ad662b92a6e3ab69af
kbuild: delete *.pyc files by "make distclean"

The tools "buildman" and "patman" are written in Python.
When we run them, "*.pyc" files are created under
tools/buildman, tools/patman directories.

They should be cleaned up by "make distclean".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Acked-by: Simon Glass <sjg@chromium.org>
Makefile