summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 48a413e..a650865 100644
--- a/linker.ld
+++ b/linker.ld
@@ -11,7 +11,7 @@ SECTIONS
.multiboot BLOCK(4K) : ALIGN(4K)
{
asm/asm_start.o(.smp)
- asm/asm_mp.o
+ asm/asm_smp.o
*(.multiboot)
}