mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-14 00:05:20 +00:00
16 lines
341 B
Python
16 lines
341 B
Python
src = Split('''
|
|
vfs.c
|
|
select.c
|
|
device.c
|
|
vfs_file.c
|
|
vfs_inode.c
|
|
vfs_register.c
|
|
''')
|
|
component = aos_component('vfs', src)
|
|
|
|
if aos_global_config.ide != 'keil':
|
|
component.add_comp_deps('kernel/vfs/device')
|
|
|
|
component.add_global_includes('include')
|
|
|
|
component.add_global_macros('AOS_VFS')
|