]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update nasm file build rule to support $(INC)
authorzhijufan <zhijux.fan@intel.com>
Fri, 14 Dec 2018 01:47:12 +0000 (09:47 +0800)
committerBobCF <bob.c.feng@intel.com>
Tue, 18 Dec 2018 06:07:40 +0000 (14:07 +0800)
commit7c3a1efd15243df7783c4a5a6be412e99402f5a0
treedc77048a69774b3b48bc2d411221dbde9877d407
parentb4c012d87393717e88bec464bf9d987442005838
BaseTools: Update nasm file build rule to support $(INC)

https://bugzilla.tianocore.org/show_bug.cgi?id=1085
Update the build rule to:
"$(NASM)" -I${s_path}(+) $(NASM_INC) $(NASM_FLAGS)
-o $dst ${d_path}(+)${s_base}.iii

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>
BaseTools/Conf/build_rule.template