diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-13 18:34:39 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-13 18:34:39 +0200 |
commit | 23c20becb3542c7d5fa041ec69902abe8e2c8d64 (patch) | |
tree | fd573796e5f00cf9f61de0a3a392bd790d5d5ac9 /Source/Kernel/Makefile | |
parent | c4f0f07dfcb946bfceb80790aa7e5e3ec0647e04 (diff) | |
parent | 668bbfdaea7e8cba8233ebffe2a9d46a66e257cd (diff) | |
download | Melon-23c20becb3542c7d5fa041ec69902abe8e2c8d64.tar.gz Melon-23c20becb3542c7d5fa041ec69902abe8e2c8d64.zip |
Merge branch 'vfs'
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index e0f2068..79dfbb3 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -38,6 +38,9 @@ Objects = Core/loader.wtf.o \ Library/WChar.class.o \ VFS/Partition.class.o \ VFS/Part.ns.o \ + VFS/VFS.ns.o \ + VFS/DirectoryNode.class.o \ + FileSystems/RamFS/RamFS.class.o \ SyscallManager/IDT.ns.o \ SyscallManager/IDT.wtf.o \ Devices/Display/VGATextOutput.class.o \ |