diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-21 00:11:00 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-21 00:11:00 +0100 |
commit | a975053605a0f041fd2003792d81c80391527e71 (patch) | |
tree | 6c0c0fac346d111449411a3222911c1a363cbefc /Source/Kernel/Makefile | |
parent | 2a9defea402eec36e075e9e835b804dcc6926748 (diff) | |
download | Melon-a975053605a0f041fd2003792d81c80391527e71.tar.gz Melon-a975053605a0f041fd2003792d81c80391527e71.zip |
Made status bar into a namespace, and added functionnalities
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 0f244d5..6a44ecf 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -14,6 +14,7 @@ Objects = Core/loader.wtf.o \ Core/kmain.wtf.o \ Core/Sys.ns.o \ Core/Log.ns.o \ + Core/SB.ns.o \ MemoryManager/Mem.ns.o \ MemoryManager/PhysMem.ns.o \ MemoryManager/GDT.wtf.o \ |