mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
Add `EXTRA_LIB_DEPS` to the simulator nuttx target prerequisites. This lets Make notice when an extra application library, such as a Rust static library rebuilt by Cargo, has changed and ensures the final simulator binary is relinked. Signed-off-by: Shoji Tokunaga <toku@mac.com>