summaryrefslogtreecommitdiff
path: root/DuetPkg
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 02:03:01 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 02:03:01 +0000
commit8ac3278f0893ae440d716037685e35276fba9171 (patch)
treecf2543f1aca6e705e94de52c3dd6b7e26388aa37 /DuetPkg
parenta618ea6aea3666673874ce4226f423bc13e227c2 (diff)
downloadedk2-8ac3278f0893ae440d716037685e35276fba9171.zip
edk2-8ac3278f0893ae440d716037685e35276fba9171.tar.gz
edk2-8ac3278f0893ae440d716037685e35276fba9171.tar.bz2
Add condifition for passing ELFGCC building...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5640 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/BootSector/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile
index efaddbd..d58567f 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"