mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
1bc50b53bb
when declaring the target to be `nuttx`,create an empty allsyms source file for it; when the target is declared as something else,the link behavior of the `nuttx` target is cloned and added to actually generate the allsyms file. finally use allsyms_nuttx to overwrite the already generated nuttx and regenerate binary outputs Signed-off-by: xuxin19 <xuxin19@xiaomi.com>