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 8c321e9..d40066f 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ out/fs/boot/init: src/test_module
@mkdir -p $(@D)
cp $< $@
-out/fs/boot/kernel.bin: $(call from_sources, src/)
+out/fs/boot/kernel.bin: $(call from_sources, src/kernel/)
@mkdir -p $(@D)
$(CC) $(LFLAGS) -T linker.ld $^ -o $@
grub-file --is-x86-multiboot $@