fix progname do not match issue

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19 2023-09-07 21:09:42 +08:00 committed by Xiang Xiao
parent 55647b8458
commit c230321cae
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
MAINSRC = ftpd_main.c
PROGNAME = ftpd_start ftpd_stop
PROGNAME = ftpd_start
STACKSIZE = $(CONFIG_EXAMPLES_FTPD_STACKSIZE)
PRIORITY = SCHED_PRIORITY_DEFAULT
MODULE = $(CONFIG_EXAMPLES_FTPD)

View File

@ -24,7 +24,7 @@ PROGNAME = hello tasks
PRIORITY = $(CONFIG_THTTPD_CGI_PRIORITY)
STACKSIZE = $(CONFIG_THTTPD_CGI_STACKSIZE)
CSRCS = hello.c tasks.c
MAINSRC = hello.c tasks.c
DEPPATH += --dep-path hello --dep-path tasks
VPATH += :hello:tasks

View File

@ -37,7 +37,7 @@ ifeq ($(CONFIG_THTTPD_NXFLAT),y)
endif
ifeq ($(CONFIG_THTTPD_BINFS),y)
CSRCS += phf.c redirect.c ssi.c
MAINSRC += phf.c redirect.c ssi.c
CFLAGS += ${INCDIR_PREFIX}"$(APPDIR)$(DELIM)netutils$(DELIM)thttpd"
DEPPATHS += --dep-path cgi-src
VPATH += :cgi-src

View File

@ -24,7 +24,7 @@ include $(APPDIR)/Make.defs
MAINSRC = cdcacm_main.c
PROGNAME = sercon serdis
PROGNAME = sercon
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_CDCACM)

View File

@ -26,7 +26,7 @@ MAINSRC = composite_main.c
# USB storage built-in application info
PROGNAME = conn disconn
PROGNAME = conn
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_COMPOSITE)

View File

@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
# Stack Monitor Application
PROGNAME = stackmonitor_start stackmonitor_stop
PROGNAME = stackmonitor_start
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_STACKMONITOR)

View File

@ -20,7 +20,7 @@
include $(APPDIR)/Make.defs
PROGNAME = msconn msdis
PROGNAME = msconn
PRIORITY = $(CONFIG_SYSTEM_USBMSC_CMD_PRIORITY)
STACKSIZE = $(CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_USBMSC)