4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 11:22:10 +08:00
2018-12-05 11:44:53 +08:00

11 lines
201 B
Python

from building import *
cwd = GetCurrentDir()
src = Split('''
startup_LPC54114_cm4.s
''')
group = DefineGroup('Libraries', src, depend = [''], LIBS=['keil_lib_power'], LIBPATH=[cwd])
Return('group')