summaryrefslogtreecommitdiff
path: root/src/stem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stem/Makefile')
-rw-r--r--src/stem/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stem/Makefile b/src/stem/Makefile
index d212216..41b5368 100644
--- a/src/stem/Makefile
+++ b/src/stem/Makefile
@@ -12,7 +12,8 @@ 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/syscall.o \
lib/stdlib.o lib/bitset.o \
- mem/mem.o mem/paging.o mem/gdt.o mem/heap.o mem/seg.o
+ mem/mem.o mem/paging.o mem/gdt.o mem/heap.o mem/seg.o \
+ linker/elf.o
OUT = stem.elf
all: $(OBJECTS)