fix progname do not match issue
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
55647b8458
commit
c230321cae
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user