diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-06 04:41:45 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-06 04:41:45 +0000 |
commit | d4344b17bcd1e62e7b06f65849c428f74aba3293 (patch) | |
tree | c04a66127147aad9178cdb8b8f6d5039dd62a9d1 /DuetPkg | |
parent | 289598a313bf149492646707a97c310756bdf360 (diff) | |
download | edk2-platforms-d4344b17bcd1e62e7b06f65849c428f74aba3293.tar.xz |
Fix build broken issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6077 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/BootSector/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile index d58567ff18..741ce44444 100644 --- a/DuetPkg/BootSector/Makefile +++ b/DuetPkg/BootSector/Makefile @@ -37,11 +37,7 @@ LIBS = COMMON_DEPS =
-ifeq ($(TOOLCHAIN_TAG), MSFT)
all: $(TARGET_FILES)
-else
-all:
-endif
#=============
$(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
|