BMP module

This commit is contained in:
Saracen
2018-04-30 01:25:46 +01:00
parent dc7ed4b547
commit e30b0656e8
6 changed files with 370 additions and 0 deletions

7
modules/bmp/config.py Normal file
View File

@ -0,0 +1,7 @@
def can_build(platform):
return True
def configure(env):
pass