summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-20 16:09:38 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-20 16:09:38 +0200
commit5d7ad3933bc2de69c2b7d09791adf305de019d8a (patch)
treef0b68e5e02ef99efdc8ffbed350c3f5cee1c7d97 /Source/Kernel/Makefile
parenta1ffeb45b310b2e0dd9ae6a40b13ccc447eb0ef6 (diff)
downloadMelon-5d7ad3933bc2de69c2b7d09791adf305de019d8a.tar.gz
Melon-5d7ad3933bc2de69c2b7d09791adf305de019d8a.zip
Implemented FileVT.
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 e8e308d..c870a26 100644
--- a/Source/Kernel/Makefile
+++ b/Source/Kernel/Makefile
@@ -35,6 +35,7 @@ Objects = Core/loader.wtf.o \
VTManager/SimpleVT.class.o \
VTManager/ScrollableVT.class.o \
VTManager/PipeVT.class.o \
+ VTManager/FileVT.class.o \
VTManager/VirtualTerminal-kbd.proto.o \
VTManager/VT.ns.o \
Library/Bitset.class.o \