Add condifition for passing ELFGCC building...

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5640 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2008-08-14 02:03:01 +00:00
parent a618ea6aea
commit 8ac3278f08
1 changed files with 5 additions and 1 deletions

View File

@ -37,8 +37,12 @@ LIBS =
COMMON_DEPS =
ifeq ($(TOOLCHAIN_TAG), MSFT)
all: $(TARGET_FILES)
else
all:
endif
#=============
$(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
"$(ASM16)" /c /omf /Fo"$(OUTPUT_DIR)\bootsect.obj" /FR"$(OUTPUT_DIR)\bootsect.txt" "$(MODULE_DIR)\bootsect.asm"