From: eric_tian Date: Thu, 14 Aug 2008 02:03:01 +0000 (+0000) Subject: Add condifition for passing ELFGCC building... X-Git-Tag: edk2-stable201903~20580 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8ac3278f0893ae440d716037685e35276fba9171 Add condifition for passing ELFGCC building... git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5640 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile index efaddbd9a3..d58567ff18 100644 --- a/DuetPkg/BootSector/Makefile +++ b/DuetPkg/BootSector/Makefile @@ -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"