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',
|
||||
'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',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue