mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-05 20:05:24 +00:00
6 lines
147 B
Python
6 lines
147 B
Python
|
src = Split('''
|
||
|
hashtable.c
|
||
|
''')
|
||
|
|
||
|
component = aos_component('hashtable', src)
|
||
|
component.add_includes('../../framework/protocol/alink/os/')
|