Skip to content

Commit 467aed2

Browse files
committed
添加构建脚本
1 parent 90258fd commit 467aed2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libcpu/risc-v/plic/SConscript

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# RT-Thread building script for component
2+
3+
from building import *
4+
cwd = GetCurrentDir()
5+
src = Glob('*.c')
6+
CPPPATH = [cwd]
7+
8+
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
9+
10+
Return('group')

0 commit comments

Comments
 (0)