mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-05 20:05:24 +00:00
11 lines
288 B
Python
11 lines
288 B
Python
|
src = Split('''
|
||
|
yloop.c
|
||
|
local_event.c
|
||
|
''')
|
||
|
component = aos_component('yloop', src)
|
||
|
component.add_comp_deps('utility/log', 'kernel/vfs')
|
||
|
component.add_global_macros('AOS_LOOP')
|
||
|
|
||
|
if aos_global_config.compiler == 'armcc':
|
||
|
component.add_prebuilt_objs('local_event.o')
|