4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-10 02:31:09 +08:00

14 lines
226 B
Python
Raw Normal View History

Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src += Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('devices', src, depend = ['BSP_USING_SPI_LCD'], CPPPATH = CPPPATH)
Return('group')