aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 1bc41c5..64b5993 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -36,4 +36,4 @@ all: compile
compile: $(COBJS)
@mkdir -p ../build/
@$(LD) -N -ekernel_main -Ttext 0x00050000 -o ../build/kernel.elf -L../build/ $+ -lk
- @$(OC) -O binary ../build/kernel.elf ../build/kernel.bin
+ @$(LD) -N -Tlink.ld -o ../build/kernel.bin -L../build/ $+ -lk