summaryrefslogtreecommitdiffhomepage
path: root/Kernel/amd64-efi.make
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/amd64-efi.make')
-rw-r--r--Kernel/amd64-efi.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/amd64-efi.make b/Kernel/amd64-efi.make
index b25685e2..83b4fd3d 100644
--- a/Kernel/amd64-efi.make
+++ b/Kernel/amd64-efi.make
@@ -59,7 +59,7 @@ newos-amd64-epm: clean
$(wildcard HALKit/AMD64/*.s)
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalInterruptAPI.asm
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalSMPCoreManager.asm
- $(ASM) $(ASMFLAGS) HALKit/AMD64/HalNewBoot.asm
+ $(ASM) $(ASMFLAGS) HALKit/AMD64/HalBoot.asm
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalInstallTIB.asm
$(MOVEALL)