Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c79 #define SKIP_FV_NULL "SKIP_FV_NULL" // define as nonzero to not build com… macro
1193 if ((GetSymbolValue (SKIP_FV_NULL) != NULL) && (atoi (GetSymbolValue (SKIP_FV_NULL)) != 0)) { in ProcessComponentFile()