summaryrefslogtreecommitdiff
path: root/src/stem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stem/Makefile')
-rw-r--r--src/stem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stem/Makefile b/src/stem/Makefile
index db9ba9f..c72f06b 100644
--- a/src/stem/Makefile
+++ b/src/stem/Makefile
@@ -10,7 +10,7 @@ AFLAGS = -f elf
OBJECTS = core/loader_.o core/kmain.o core/sys.o \
core/monitor.o task/timer.o \
- task/idt.o task/idt_.o task/task.o task/task_.o\
+ task/idt.o task/idt_.o task/task.o task/task_.o task/syscall.o \
lib/stdlib.o lib/bitset.o \
mem/mem.o mem/paging.o mem/gdt.o mem/heap.o
OUT = stem.elf