Skip to content

Commit

Permalink
[kernel] [script] remove module.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jan 3, 2021
1 parent d7d6635 commit 342dac4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

Expand Down

0 comments on commit 342dac4

Please sign in to comment.