4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 13:00:26 +08:00

9 lines
153 B
Python

from building import *
cwd = GetCurrentDir()
src = Split('board.c')
group = DefineGroup('Board', src, depend = [''], CPPPATH = [cwd])
Return('group')