summaryrefslogtreecommitdiff
path: root/kc/core/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2026-05-20 23:04:06 +0000
committerAda Christine <adachristine18@gmail.com>2026-05-20 23:04:06 +0000
commitedc42358664e9d70227e274273321ab032394a7e (patch)
tree54fd2de509c9c3cae911cad04328308f28afb0cc /kc/core/Makefile
parent0e61096ab498c12ffd0fd2eb993deb31a0a50b09 (diff)
new thread code works fine
Diffstat (limited to 'kc/core/Makefile')
-rw-r--r--kc/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile
index f56fc7c..4b31853 100644
--- a/kc/core/Makefile
+++ b/kc/core/Makefile
@@ -10,7 +10,7 @@ CPPFLAGS += -I../../api -I../api -I../../lib -I.
CFLAGS += -mcmodel=small -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g
AOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o
-COBJS := mmu.o cpu_task.o irq.o exceptions.o cpu.o msr.o mmu.o port.o
+COBJS := mmu.o cpu_task.o cpu_thread.o irq.o exceptions.o cpu.o msr.o mmu.o port.o arch_thread.o
POBJS := pic8259.o pic8259_isr.o pit8253.o i8042.o
GOBJS := serial.o kc_main.o memory.o vm_tree.o panic.o task.o \
kcc_memory.o page_early.o page_stack.o video.o