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 09ce096 commit 63f55e7Copy full SHA for 63f55e7
bsp/xuantie/virt64/c906/applications/SConscript
@@ -4,6 +4,7 @@ import os
4
cwd = GetCurrentDir()
5
CPPPATH = [cwd]
6
src = ['main.c']
7
+src += ['mnt.c']
8
9
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
10
0 commit comments