[kernel] move std libc related to rtklibc.h

This commit is contained in:
Meco Man
2024-03-10 13:39:20 -04:00
parent e25f287ff3
commit e81978c5dc
8 changed files with 1280 additions and 1188 deletions
+1
View File
@@ -2,6 +2,7 @@ from building import *
import os
src = Glob('*.c')
src += Glob('klibc/*.c')
cwd = GetCurrentDir()
inc = [os.path.join(cwd, '..', 'include')]