Skip to content

Commit 4062f91

Browse files
heyuanjie87Copilot
andauthored
Update libcpu/risc-v/plic/SConscript
Co-authored-by: Copilot <[email protected]>
1 parent 70e3ae8 commit 4062f91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcpu/risc-v/plic/SConscript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ CPPPATH = []
88
src += Glob('*.c')
99
CPPPATH += [cwd]
1010

11-
group = DefineGroup('libcpu', src, depend = [''], CPPPATH = CPPPATH)
12-
11+
group = DefineGroup('libcpu', src, depend = [], CPPPATH = CPPPATH)
1312
Return('group')

0 commit comments

Comments
 (0)