summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"