mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
[libcpu] Fix the build directory issue
This commit is contained in:
@@ -10,6 +10,6 @@ group = []
|
||||
list = os.listdir(cwd)
|
||||
|
||||
# cpu porting code files
|
||||
group = group + SConscript(os.path.join(cwd, rtconfig.CPU, 'SConscript'))
|
||||
group = group + SConscript(os.path.join(rtconfig.CPU, 'SConscript'))
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user