mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-21 06:08:10 +08:00
[src/SConscript]update
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ if GetDepend('RT_USING_MEMHEAP') == False:
|
||||
SrcRemove(src, ['mem.c'])
|
||||
|
||||
if GetDepend('RT_USING_USERHEAP'):
|
||||
SrcRemove(src, ['mem.c', 'slab.c', 'memheap.c'])
|
||||
SrcRemove(src, ['mem.c', 'slab.c'])
|
||||
|
||||
if GetDepend('RT_USING_DEVICE') == False:
|
||||
SrcRemove(src, ['device.c'])
|
||||
|
||||
Reference in New Issue
Block a user