43f68131ce
FH8620 BSP Copyright (c) 2016 Shanghai Fullhan Microelectronics Co., Ltd. All rights reserved
9 lines
134 B
Python
9 lines
134 B
Python
from building import *
|
|
|
|
cwd = GetCurrentDir()
|
|
src = Glob('*.c')
|
|
|
|
group = DefineGroup('Platform', src, depend = [''])
|
|
|
|
Return('group')
|