diff options
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 3cc45cc..e42e881 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -15,7 +15,9 @@ Objects = Core/kmain.wtf.o \ Core/cppsupport.wtf.o \ Core/Sys.ns.o \ Core/CMem.ns.o \ + MemoryManager/Mem.ns.o \ DisplayManager/Disp.ns.o \ + VTManager/VirtualTerminal.class.o \ Devices/Display/VGATextOutput.class.o all: $(OutFile) |