rtt-f030/bsp/gd32450z-eval/drivers/SConscript

18 lines
285 B
Python
Raw Normal View History

2017-08-22 15:52:57 +08:00
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'drivers')
# add the general drivers.
src = Split("""
board.c
drv_usart.c
""")
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')