暂时限定plic的使用范围

This commit is contained in:
heyuanjie87 2024-11-26 20:22:36 +08:00
parent 941f9c31d5
commit 86918db928
1 changed files with 2 additions and 1 deletions

View File

@ -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