btashton commented on pull request #2115: URL: https://github.com/apache/incubator-nuttx/pull/2115#issuecomment-717725562
@xiaoxiang781216 Let me know if this new version addresses your concerns: The output now looks like this: ``` ../buildartifacts/ ├── beaglebone-black │ ├── lcd │ │ ├── nuttx │ │ ├── nuttx.bin │ │ ├── nuttx.hex │ │ └── System.map │ └── nsh │ ├── nuttx │ ├── nuttx.bin │ ├── nuttx.hex │ └── System.map ├── c5471evm │ ├── httpd │ │ ├── nuttx │ │ └── System.map │ ├── nettest │ │ ├── nuttx │ │ └── System.map │ └── nsh │ ├── nuttx │ └── System.map ``` I am also generating a nuttx.manifest file rather than using make to echo out the target. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org