aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-05 16:09:03 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-05 16:09:03 +0200
commit13ab5aef4da9ded93d7c93442911554e86ea9714 (patch)
treee9efd37e3c65f3e0be9293f64f0f03e0ad2f4336 /src/makefile
parentAdd makefile notes (diff)
downloadkernel.cpp-13ab5aef4da9ded93d7c93442911554e86ea9714.tar.xz
add broken Scheduler
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 64853fe..d4b2ac8 100644
--- a/src/makefile
+++ b/src/makefile
@@ -8,7 +8,8 @@ CXX_OBJ += src/kernel.o \
src/gdt.o \
src/gdt/segmentdescriptor.o \
src/idt.o \
- src/idt/interruptgate.o src/idt/interrupthandler.o
+ src/idt/interruptgate.o src/idt/interrupthandler.o \
+ src/scheduler.o
src/cpu/irq.h: $(OBJ_DIR)/src/idt/stubs.o
@echo " GEN $@"