Skip to content

Commit 63f55e7

Browse files
committed
add mnt support
1 parent 09ce096 commit 63f55e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bsp/xuantie/virt64/c906/applications/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import os
44
cwd = GetCurrentDir()
55
CPPPATH = [cwd]
66
src = ['main.c']
7+
src += ['mnt.c']
78

89
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
910

0 commit comments

Comments
 (0)