mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
format Kconfig and sconscript
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
f4b285dc9c
commit
9bc68d26a4
@@ -2,11 +2,11 @@ from building import *
|
||||
import rtconfig
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('*.c')
|
||||
src = Glob('*.c')
|
||||
|
||||
if rtconfig.PLATFORM in ['gcc']:
|
||||
src += ['startup_gcc/startup_m2sxxx.S']
|
||||
|
||||
|
||||
elif rtconfig.PLATFORM in ['armcc', 'armclang']:
|
||||
src += ['startup_arm/startup_m2sxxx.s']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user