Correct rvds.S including for armclang platform.

This commit is contained in:
Wayne Lin
2021-05-10 16:17:11 +08:00
parent 97c357b135
commit 0da2fb5f9b
3 changed files with 5 additions and 4 deletions
+2
View File
@@ -10,6 +10,8 @@ CPPPATH = [cwd]
if rtconfig.PLATFORM == 'armcc':
src += Glob('*_rvds.S')
elif rtconfig.PLATFORM == 'armclang':
src += Glob('*_rvds.S')
if rtconfig.PLATFORM == 'gcc':
src += Glob('*_init.S')