Donny9 opened a new pull request #384:
URL: https://github.com/apache/incubator-nuttx-apps/pull/384
## Summary
Fix multi MAINSRC match suffix in single Makefile
## Impact
We can compile multi program in single makefile with different suffix file
in MAINSRC.
eg: MAINSRC = xxx1.c
PROGNAME = xxx1
MAINSRC += xxx2.cpp
RROGNAME += xxx2
## Testing
Built locally
----------------------------------------------------------------
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:
[email protected]