summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2023-01-25 22:05:35 +0100
committerdzwdz2023-01-25 22:05:35 +0100
commit353647418912b5b6b94473b15bee312ddc4d64a9 (patch)
tree495eae13e6287fdb964628bf3602fcfdd937f36d /Makefile
parente06cf9993b5a40abcf6c1d6c77b497ff69a9fd44 (diff)
kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/
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)