mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-14 13:13:57 +08:00
[kernel] move std libc related to rtklibc.h
This commit is contained in:
@@ -2,6 +2,7 @@ from building import *
|
||||
import os
|
||||
|
||||
src = Glob('*.c')
|
||||
src += Glob('klibc/*.c')
|
||||
cwd = GetCurrentDir()
|
||||
inc = [os.path.join(cwd, '..', 'include')]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user