diff options
author | dzwdz | 2023-01-25 22:05:35 +0100 |
---|---|---|
committer | dzwdz | 2023-01-25 22:05:35 +0100 |
commit | 353647418912b5b6b94473b15bee312ddc4d64a9 (patch) | |
tree | 495eae13e6287fdb964628bf3602fcfdd937f36d /Makefile | |
parent | e06cf9993b5a40abcf6c1d6c77b497ff69a9fd44 (diff) |
kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |