summaryrefslogtreecommitdiffstats
path: root/modules/cvtt/config.py
diff options
context:
space:
mode:
authorelasota <ejlasota@gmail.com>2018-08-21 22:56:04 -0400
committerelasota <ejlasota@gmail.com>2018-08-21 22:56:04 -0400
commit35f6ba5c5d950171ec3e4f15934ac5494b19acb1 (patch)
treec154bca58614f4970dcf144b886e906d4a8972d3 /modules/cvtt/config.py
parent0e6551d8e2c080149bedcefd6c9dd0061261ea3f (diff)
downloadredot-engine-35f6ba5c5d950171ec3e4f15934ac5494b19acb1.tar.gz
BPTC support
Diffstat (limited to 'modules/cvtt/config.py')
-rw-r--r--modules/cvtt/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/cvtt/config.py b/modules/cvtt/config.py
new file mode 100644
index 0000000000..098f1eafa9
--- /dev/null
+++ b/modules/cvtt/config.py
@@ -0,0 +1,5 @@
+def can_build(env, platform):
+ return env['tools']
+
+def configure(env):
+ pass