mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2024-12-04 12:10:36 +00:00
更改SDK库分组名字
This commit is contained in:
parent
3e75e46d81
commit
ff26b1edfc
1 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,6 @@ elif rtconfig.CROSS_TOOL == 'iar':
|
|||
libpath = [cwd + '/sdk-ameba-v4.0b_without_NDA_GCC_V1.0.0/component/soc/realtek/8711b/misc/bsp/lib/common/IAR']
|
||||
cppdefines += ['__IEEE_LITTLE_ENDIAN']
|
||||
|
||||
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = cpppath, CPPDEFINES = cppdefines, LIBS = libs, LIBPATH = libpath)
|
||||
group = DefineGroup('amebaz_sdk', src, depend = [''], CPPPATH = cpppath, CPPDEFINES = cppdefines, LIBS = libs, LIBPATH = libpath)
|
||||
|
||||
Return('group')
|
||||
|
|
Loading…
Reference in a new issue