mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 04:43:48 +08:00
43f68131ce
FH8620 BSP Copyright (c) 2016 Shanghai Fullhan Microelectronics Co., Ltd. All rights reserved
11 lines
163 B
Python
11 lines
163 B
Python
from building import *
|
|
|
|
Import('rtconfig')
|
|
|
|
cwd = GetCurrentDir()
|
|
src = ['gcc/start_gcc.S']
|
|
|
|
group = DefineGroup('Libraries', src, depend = [''])
|
|
|
|
Return('group')
|