mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2024-11-01 01:44:16 +00:00
commit
d5d53a2dd1
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']
|
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']
|
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')
|
Return('group')
|
||||||
|
|
Loading…
Reference in a new issue