summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bce5148..3f91c2e 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ clean:
out/boot.iso: out/fs/boot/kernel out/fs/boot/grub/grub.cfg out/fs/boot/init
@grub-mkrescue -o $@ out/fs/ > /dev/null 2>&1
-out/fs/boot/kernel: src/kernel/linker.ld \
+out/fs/boot/kernel: src/kernel/arch/amd64/linker.ld \
$(call from_sources, src/kernel/) \
$(call from_sources, src/shared/)
@mkdir -p $(@D)