[bsp][ch32-rsicv][sconscript] add drv_common.c

attach bf4594870e
This commit is contained in:
Meco Man 2023-06-14 16:33:01 -04:00 committed by Man, Jianting (Meco)
parent 4f5ba63c7c
commit ee3ecf82d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from building import *
cwd = GetCurrentDir()
src = []
src = ['drv_common.c']
path = [cwd]
if GetDepend('SOC_RISCV_FAMILY_CH32'):