diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 15:39:34 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 15:39:34 +0200 |
commit | a1ffeb45b310b2e0dd9ae6a40b13ccc447eb0ef6 (patch) | |
tree | c3bab20d08df521f2ffac84fdda628ee315e5b09 /Source/Kernel/Makefile | |
parent | e7fad609d7d7694ebd19212623a0334bd949c741 (diff) | |
download | Melon-a1ffeb45b310b2e0dd9ae6a40b13ccc447eb0ef6.tar.gz Melon-a1ffeb45b310b2e0dd9ae6a40b13ccc447eb0ef6.zip |
Implemented PipeVT.
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 7f6fa56..e8e308d 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -34,6 +34,7 @@ Objects = Core/loader.wtf.o \ VTManager/VirtualTerminal.proto.o \ VTManager/SimpleVT.class.o \ VTManager/ScrollableVT.class.o \ + VTManager/PipeVT.class.o \ VTManager/VirtualTerminal-kbd.proto.o \ VTManager/VT.ns.o \ Library/Bitset.class.o \ |