Bernard Xiong 43f68131ce [BSP] Add fh8620 bsp from Shanghai Fullhan Microelectronics Co., Ltd.
FH8620 BSP
Copyright (c) 2016 Shanghai Fullhan Microelectronics Co., Ltd.
All rights reserved
2016-04-18 13:52:39 +08:00

11 lines
163 B
Python

from building import *
Import('rtconfig')
cwd = GetCurrentDir()
src = ['gcc/start_gcc.S']
group = DefineGroup('Libraries', src, depend = [''])
Return('group')