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 7f10731..48a413e 100644
--- a/linker.ld
+++ b/linker.ld
@@ -10,7 +10,7 @@ SECTIONS
.multiboot BLOCK(4K) : ALIGN(4K)
{
- asm/start.o(.smp)
+ asm/asm_start.o(.smp)
asm/asm_mp.o
*(.multiboot)
}