Skip to content

Commit b225764

Browse files
author
shaojinchun
committed
fix lwp SConscript的头文件目录为空的问题;lwp把arm9改名成arm926
1 parent 159def7 commit b225764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/lwp/SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ from building import *
33

44
cwd = GetCurrentDir()
55
src = []
6-
CPPPATH = []
6+
CPPPATH = [cwd]
77

8-
support_arch = {"arm": ["cortex-m3", "cortex-m4", "cortex-m7", "arm9", "cortex-a9"]}
8+
support_arch = {"arm": ["cortex-m3", "cortex-m4", "cortex-m7", "arm926", "cortex-a9"]}
99
platform_file = {'armcc': 'rvds.S', 'gcc': 'gcc.S', 'iar': 'iar.S'}
1010

1111
if rtconfig.PLATFORM in platform_file.keys(): # support platforms

0 commit comments

Comments
 (0)