1targets = set(config.root.targets_to_build.split())
2if not 'R600' in targets:
3    config.unsupported = True
4
5