diff options
Diffstat (limited to 'DuetPkg/BootSector/Makefile')
-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
|