diff options
-rw-r--r-- | DuetPkg/BootSector/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/Makefile b/DuetPkg/BootSector/Makefile index 741ce44444..efaddbd9a3 100644 --- a/DuetPkg/BootSector/Makefile +++ b/DuetPkg/BootSector/Makefile @@ -38,7 +38,7 @@ LIBS = COMMON_DEPS =
all: $(TARGET_FILES)
-
+
#=============
$(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"
|