summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-13 19:41:13 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-13 19:41:13 +0200
commite0d27cc75009e27502d57258cb64c71221b4b7d1 (patch)
tree0898ab1a033d27fbd527b636b70a3805ea97ea13 /Source/Kernel/Makefile
parentd25429b738cb9c1b34d234ae23b3af27fdff72ea (diff)
downloadMelon-e0d27cc75009e27502d57258cb64c71221b4b7d1.tar.gz
Melon-e0d27cc75009e27502d57258cb64c71221b4b7d1.zip
Class for file descriptors introduced : File. Not used yet.
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r--Source/Kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile
index 79dfbb3..3dbd125 100644
--- a/Source/Kernel/Makefile
+++ b/Source/Kernel/Makefile
@@ -39,6 +39,7 @@ Objects = Core/loader.wtf.o \
VFS/Partition.class.o \
VFS/Part.ns.o \
VFS/VFS.ns.o \
+ VFS/File.class.o \
VFS/DirectoryNode.class.o \
FileSystems/RamFS/RamFS.class.o \
SyscallManager/IDT.ns.o \