BaseTools build_rule: Add .nasm => .obj build rule

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16017 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jordan Justen
2014-09-01 17:22:51 +00:00
committed by jljusten
parent 9a5a743582
commit ff0279814a
2 changed files with 15 additions and 2 deletions

View File

@@ -671,8 +671,6 @@ DEFINE SOURCERY_CYGWIN_TOOLS = /cygdrive/c/Program Files/CodeSourcery/Sourcery G
# Other Supported Tools
# =====================
# NASM 2.0.3 http://www.nasm.us/
# Note: Converts NASM source to .bin. Object linking to
# EDK II driver modules is not currently supported.
#
####################################################################################
####################################################################################