Browse Source

更改SDK库分组名字

tyx 7 years ago
parent
commit
ff26b1edfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -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')