diff options
Diffstat (limited to 'DuetPkg/BootSector/Makefile')
-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 53c55178da..cfb2a5faf5 100644 --- a/DuetPkg/BootSector/Makefile +++ b/DuetPkg/BootSector/Makefile @@ -33,7 +33,7 @@ LIBS = COMMON_DEPS =
-all: $(TARGET_FILES) loader
+all: $(TARGET_FILES)
#=============
$(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
|