Skip to content

Commit

Permalink
暂时限定plic的使用范围
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuanjie87 committed Nov 26, 2024
1 parent 941f9c3 commit 86918db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcpu/risc-v/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ if rtconfig.CPU in common64_arch :
else :
group += SConscript(os.path.join('common', 'SConscript'))

if GetDepend('ARCH_CPU_64BIT'):
# FIXME: remove implementation of plic in BSP
if rtconfig.CPU in common64_arch:
group += SConscript(os.path.join('plic', 'SConscript'))

# cpu porting code files
Expand Down

0 comments on commit 86918db

Please sign in to comment.