[src/SConscript]update
This commit is contained in:
parent
6e46b3fec0
commit
077ac68661
|
@ -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'])
|
||||
|
|
Loading…
Reference in New Issue