Fix up the build -- build PrintFormat from kstd
This commit is contained in:
parent
014a18add0
commit
8411502db5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@ files = [
|
||||||
'boot.s',
|
'boot.s',
|
||||||
'Main.cc',
|
'Main.cc',
|
||||||
'Console.cc',
|
'Console.cc',
|
||||||
'ConsolePrintFormat.cc',
|
|
||||||
'Descriptors.cc',
|
'Descriptors.cc',
|
||||||
'Interrupts.cc',
|
'Interrupts.cc',
|
||||||
'Kernel.cc',
|
'Kernel.cc',
|
||||||
|
@ -22,6 +21,7 @@ files = [
|
||||||
|
|
||||||
'kstd/CString.cc',
|
'kstd/CString.cc',
|
||||||
'kstd/Memory.cc',
|
'kstd/Memory.cc',
|
||||||
|
'kstd/PrintFormat.cc',
|
||||||
|
|
||||||
'memory/Memory.cc',
|
'memory/Memory.cc',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue