rt-thread/bsp/hc32l136/board/SConscript

15 lines
204 B
Python
Raw Normal View History

2021-08-21 14:10:33 +08:00
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
# add general drivers
src = Split('''
board.c
''')
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')