Files
luban-lite-t3e-pro/packages/artinchip/aic-startup-ui/SConscript

16 lines
263 B
Python
Raw Normal View History

2024-09-03 11:16:08 +08:00
Import('AIC_ROOT')
Import('PRJ_KERNEL')
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = []
if GetDepend('AIC_STARTUP_UI_SHOW'):
src = Glob('*.c')
group = DefineGroup('startup-ui', src, depend = [''], CPPPATH = CPPPATH)
Return('group')