mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-10 22:35:20 +00:00
10 lines
251 B
Python
Executable file
10 lines
251 B
Python
Executable file
src = Split('''
|
|
cpu_pwr_hal_lib.c
|
|
cpu_pwr_lib.c
|
|
cpu_pwr_show.c
|
|
cpu_tickless.c
|
|
''')
|
|
component = aos_component('pwrmgmt', src)
|
|
|
|
component.add_global_includes('include')
|
|
component.add_global_macros('AOS_COMP_PWRMGMT')
|