diff options
Diffstat (limited to 'src/stem/Makefile')
-rw-r--r-- | src/stem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stem/Makefile b/src/stem/Makefile index c72f06b..d212216 100644 --- a/src/stem/Makefile +++ b/src/stem/Makefile @@ -12,7 +12,7 @@ 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/mem.o mem/paging.o mem/gdt.o mem/heap.o mem/seg.o OUT = stem.elf all: $(OBJECTS) |