Fix up the build -- build PrintFormat from kstd

This commit is contained in:
Eryn Wells 2016-03-29 12:04:40 -04:00
parent 014a18add0
commit 8411502db5

View file

@ -11,7 +11,6 @@ files = [
'boot.s',
'Main.cc',
'Console.cc',
'ConsolePrintFormat.cc',
'Descriptors.cc',
'Interrupts.cc',
'Kernel.cc',
@ -22,6 +21,7 @@ files = [
'kstd/CString.cc',
'kstd/Memory.cc',
'kstd/PrintFormat.cc',
'memory/Memory.cc',
]