4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 18:57:21 +08:00

11 lines
207 B
Python

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