summaryrefslogtreecommitdiff
path: root/src/stem/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-02-05 19:56:55 +0100
committerAlexis211 <alexis211@gmail.com>2010-02-05 19:56:55 +0100
commitf9fd53ccbb1bb38ed21360179f44b27e2a729701 (patch)
treed61b0a3e9f347493748053685c1185cfab0961f6 /src/stem/Makefile
parentc0018a3607947922a51597df12fd2a6528af2fa2 (diff)
downloadTCE-f9fd53ccbb1bb38ed21360179f44b27e2a729701.tar.gz
TCE-f9fd53ccbb1bb38ed21360179f44b27e2a729701.zip
Elf loader added
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)