[k210] 调整Kconfig结构

This commit is contained in:
Meco Man
2022-08-03 22:48:13 -04:00
committed by Man, Jianting (Meco)
parent 067315ff40
commit 16ceacda80
27 changed files with 24 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = ['BSP_USING_CAMERA'], CPPPATH = CPPPATH)
Return('group')