rt-thread/bsp/stm32/stm32l475-atk-pandora/board/ports/lvgl/SConscript

10 lines
184 B
Python
Raw Normal View History

2021-10-19 02:09:03 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
2021-10-22 13:38:09 +08:00
group = DefineGroup('LVGL-port', src, depend = ['BSP_USING_LVGL'], CPPPATH = CPPPATH)
2021-10-19 02:09:03 +08:00
Return('group')