mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 04:15:24 +00:00
6 lines
186 B
Python
Executable file
6 lines
186 B
Python
Executable file
src = ['board.c']
|
|
|
|
component = aos_board_component('board_mk3060', 'moc108', src)
|
|
aos_global_config.add_ld_files('memory.ld.S')
|
|
|
|
linux_only_targets="living_platform linkkit_gateway"
|