mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
6 lines
149 B
INI
6 lines
149 B
INI
config.suffixes = ['.ll', '.c', '.cpp']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'ARM' in targets:
|
|
config.unsupported = True
|
|
|