rt-thread-official/bsp/lpc54608-LPCXpresso/SDK_2.2_LPCXpresso54608/devices/LPC54608/drivers/SConscript

12 lines
216 B
Python
Raw Normal View History

2017-08-08 11:56:50 +08:00
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
2017-08-08 11:56:50 +08:00
CPPPATH = [cwd]
src = Glob('*.c')
2017-08-08 11:56:50 +08:00
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH)
Return('group')