python: reduce bloat by removing *.pyo and *.pyc files
authorAlexandru Ardelean <aa@ocedo.com>
Thu, 16 Oct 2014 05:46:32 +0000 (08:46 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Fri, 17 Oct 2014 07:25:43 +0000 (10:25 +0300)
commit714b1247b70b8b2c185aa30ae914fd90de826f41
tree871439459841ecfd3fabf46b0133bdc4eab3dce9
parent4715296a794bd42c4017594382e0546b6f5988f4
python: reduce bloat by removing *.pyo and *.pyc files

Seems that if you add a package folder this would also
include the compiled python files which increases fw size.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/files/python-package.mk