Home
last modified time | relevance | path

Searched refs:gSupportedTarget (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py59 gSupportedTarget = ['all', 'genc', 'genmake', 'modules', 'libraries', 'fds', 'clean', 'cleanall', '… variable
1988 ExtraData="Please select one of: %s" % (' '.join(gSupportedTarget)))
1992 if Target not in gSupportedTarget:
1994 ExtraData="Please select one of: %s" % (' '.join(gSupportedTarget)))