summaryrefslogtreecommitdiff
path: root/modules/cvtt/config.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-08-22 09:53:27 +0200
committerGitHub <noreply@github.com>2018-08-22 09:53:27 +0200
commit703de2f6ece307dd0ddbfd8193d1996f141294c3 (patch)
treec154bca58614f4970dcf144b886e906d4a8972d3 /modules/cvtt/config.py
parent0e6551d8e2c080149bedcefd6c9dd0061261ea3f (diff)
parent35f6ba5c5d950171ec3e4f15934ac5494b19acb1 (diff)
Merge pull request #21256 from elasota/bptc
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