We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90258fd commit 467aed2Copy full SHA for 467aed2
libcpu/risc-v/plic/SConscript
@@ -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