rt-thread/bsp/nuvoton/nk-980iot/board/SConscript

12 lines
245 B
Python
Raw Normal View History

2023-01-09 10:14:23 +08:00
# RT-Thread building script for component
from building import *
Import('RTT_ROOT')
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [ cwd ]
group = DefineGroup('board', src, depend = [''], CPPPATH = CPPPATH)
Return('group')