Merge pull request #3 from enkiller/dev

更改SDK库分组名字
This commit is contained in:
燕十三 2018-10-25 17:36:03 +08:00 committed by GitHub
commit d5d53a2dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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