7 lines
139 B
INI
Raw Normal View History

config.suffixes = ['.txt']
targets = set(config.root.targets_to_build.split())
if not 'MBlaze' in targets:
config.unsupported = True