bernard b44d6c4b7b [BSP] Update LPC54608
MDK ok; But GCC failed.
2017-11-01 10:39:02 +08:00

11 lines
193 B
Python

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