4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 06:41:44 +08:00

Merge pull request #4220 from mysterywolf/signal

[kernel] [script] remove module.c
This commit is contained in:
Bernard Xiong 2021-01-04 08:20:01 +08:00 committed by GitHub
commit b8bd21f6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,6 @@ src = Glob('*.c')
CPPPATH = [RTT_ROOT + '/include']
if GetDepend('RT_USING_MODULE') == False:
SrcRemove(src, ['module.c'])
if GetDepend('RT_USING_HEAP') == False or GetDepend('RT_USING_SMALL_MEM') == False:
SrcRemove(src, ['mem.c'])