mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 16:03:30 +08:00
[libcpu][risc-v] Fixed bsp k210 failing to compile | 修复 k210 无法编译的问题。
This commit is contained in:
parent
a5590816e3
commit
2f68120e49
@ -10,7 +10,7 @@ group = []
|
||||
list = os.listdir(cwd)
|
||||
|
||||
# add common code files
|
||||
if rtconfig.VENDOR == "t-head" :
|
||||
if rtconfig.CPU == "e906" :
|
||||
group = group
|
||||
elif rtconfig.CPU == "nuclei" :
|
||||
group = group
|
||||
@ -18,7 +18,7 @@ else :
|
||||
group = group + SConscript(os.path.join(cwd, 'common', 'SConscript'))
|
||||
|
||||
# cpu porting code files
|
||||
if rtconfig.VENDOR == "t-head" :
|
||||
if rtconfig.CPU == "e906" :
|
||||
group = group + SConscript(os.path.join(cwd, rtconfig.VENDOR, rtconfig.CPU, 'SConscript'))
|
||||
else :
|
||||
group = group + SConscript(os.path.join(cwd, rtconfig.CPU, 'SConscript'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user