rt-thread/bsp/wch/risc-v/ch32v307v-r1/board/SConscript

19 lines
257 B
Python
Raw Normal View History

2022-08-24 09:51:35 +08:00
import os
import rtconfig
from building import *
Import('SDK_LIB')
cwd = GetCurrentDir()
# add general drivers
src = Split('''
board.c
software_irq.c
2022-08-24 09:51:35 +08:00
''')
path = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path)
Return('group')