summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-12-25 19:20:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-04 11:02:08 +0100
commit3a5fbe154c8c755ea61278a3a6c95ed22ab42f9c (patch)
treef41fc0e574f52dfe984b5311fd6784daaaa38833 /rules/python.in
parentae1810373aadb2c9b04b7970a3368303e9f48909 (diff)
downloadptxdist-3a5fbe154c8c755ea61278a3a6c95ed22ab42f9c.tar.gz
ptxdist-3a5fbe154c8c755ea61278a3a6c95ed22ab42f9c.tar.xz
Python: prepare to collect all modules at one single place
To easify enable module extension to Python, all modules spread around PTXdist will now be collected at one single place. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/python.in b/rules/python.in
index 015f5a04f..dbcb178e6 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -63,3 +63,7 @@ config PYTHON_DISTUTILS
prompt "Include distutils packages"
endif
+
+menu "python Extra Modules "
+source "generated/python.in"
+endmenu