mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-13 04:33:18 +08:00
Sync dfs lwp (#8123)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ if GetDepend('RT_USING_DEVICE') == False:
|
||||
SrcRemove(src, ['device.c'])
|
||||
|
||||
if GetDepend('RT_USING_SMP') == False:
|
||||
SrcRemove(src, ['cpu.c','scheduler_mp.c'])
|
||||
SrcRemove(src, ['cpu.c', 'scheduler_mp.c'])
|
||||
|
||||
if GetDepend('RT_USING_SMP') == True:
|
||||
SrcRemove(src, ['scheduler_up.c'])
|
||||
|
||||
Reference in New Issue
Block a user