apps/: Modification to build system: Unified application compilation rules

This commit is contained in:
anchao 2018-09-03 09:29:56 -06:00 committed by Gregory Nutt
parent 3e396d8e4e
commit b5cfd93444
606 changed files with 1208 additions and 9232 deletions

View file

@ -418,7 +418,7 @@ static int stackmonitor_daemon(int argc, char **argv)
* Public Functions
****************************************************************************/
int stackmonitor_start(int argc, char **argv)
int stackmonitor_start_main(int argc, char **argv)
{
/* Has the monitor already started? */
@ -459,7 +459,7 @@ int stackmonitor_start(int argc, char **argv)
return 0;
}
int stackmonitor_stop(int argc, char **argv)
int stackmonitor_stop_main(int argc, char **argv)
{
/* Has the monitor already started? */