<div dir="ltr"><div>Is there optiont to specify at, for example, general.h to separate compiling of UEFI or BIOS versions ?</div><div>That is, some like this:</div><div><br></div><div>general.h</div><div><br></div><div>#ifdef UEFI</div><div># some definitions for UEFI version only<br></div><div>#endif</div><div><br></div><div>
<div>#ifdef BIOS<br></div><div># some definitions for BIOS version only<br></div><div>#endif</div>

</div><div><br></div><div>The quiestion is that #define IMAGE_SDI is not acceptable for UEFI version as IMAGE_EFI is not for BIOS version.<br></div></div>