diff options
author | Zhiju.Fan <zhijux.fan@intel.com> | 2018-12-19 00:13:12 +0800 |
---|---|---|
committer | BobCF <bob.c.feng@intel.com> | 2018-12-19 08:42:14 +0800 |
commit | 073a76e662934e0115c6931c4b5d60fa88d933d9 (patch) | |
tree | 29ca59fbaec231fa5db4035a454baa9f34203443 /BaseTools/Source/Python/AutoGen/InfSectionParser.py | |
parent | 7c3a1efd15243df7783c4a5a6be412e99402f5a0 (diff) | |
download | edk2-073a76e662934e0115c6931c4b5d60fa88d933d9.tar.gz edk2-073a76e662934e0115c6931c4b5d60fa88d933d9.tar.bz2 edk2-073a76e662934e0115c6931c4b5d60fa88d933d9.zip |
BaseTools: Add $(INC)-like support when compiling .nasm files
current edk2\BaseTools\Conf\build_rule.template, the compile of nasm
source files does not have the $(INC) support.
The '-I' option only includes the directory of the nasm source file
(${s_path}(+)). Hence, it will be impossible for nasm files to include
files outside of the nasm source file directory.
As a comparison, the compile of both .s and .asm have $(INC) support
in their compile commands.
Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=1085
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/InfSectionParser.py')
0 files changed, 0 insertions, 0 deletions