diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-13 18:32:26 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-13 18:32:26 +0200 |
commit | 01665d725a200c3c51bcd834cc8324ec057286c4 (patch) | |
tree | a9ddc80b628c8b6226dbeab24d4c7de00dca7075 /Source/Kernel/Makefile | |
parent | 277d5fcb3b378089c0f3390a0b4d1b529075958a (diff) | |
download | Melon-01665d725a200c3c51bcd834cc8324ec057286c4.tar.gz Melon-01665d725a200c3c51bcd834cc8324ec057286c4.zip |
Heap is now in a separate class, Heap.
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 06b4d47..b28f487 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -17,6 +17,8 @@ Objects = Core/loader.wtf.o \ Core/CMem.ns.o \ Core/Log.ns.o \ MemoryManager/Mem.ns.o \ + MemoryManager/Heap.class.o \ + MemoryManager/Heap-index.class.o \ MemoryManager/PhysMem.ns.o \ MemoryManager/GDT.wtf.o \ MemoryManager/GDT.ns.o \ |