4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-24 06:47:23 +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')