example: Remove all APPNAME from Makefile
which doesn't use anymore Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
4431d770b4
commit
0c84e22aaf
@ -40,12 +40,9 @@ include $(APPDIR)/Make.defs
|
|||||||
|
|
||||||
# Audio application info
|
# Audio application info
|
||||||
|
|
||||||
CONFIG_EXAMPLES_AUDIO_BEEP_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
PROGNAME = $(CONFIG_EXAMPLES_AUDIO_SOUND_PROGNAME)
|
||||||
CONFIG_EXAMPLES_AUDIO_BEEP_STACKSIZE ?= 2048
|
PRIORITY = $(CONFIG_EXAMPLES_AUDIO_SOUND_PRIORITY)
|
||||||
|
STACKSIZE = $(CONFIG_EXAMPLES_AUDIO_SOUND_STACKSIZE)
|
||||||
APPNAME = audio_rttl
|
|
||||||
PRIORITY = $(CONFIG_EXAMPLES_AUDIO_BEEP_PRIORITY)
|
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_AUDIO_BEEP_STACKSIZE)
|
|
||||||
|
|
||||||
# Audio Example
|
# Audio Example
|
||||||
|
|
||||||
@ -65,7 +62,4 @@ endif
|
|||||||
|
|
||||||
CXXFLAGS += -D_POSIX
|
CXXFLAGS += -D_POSIX
|
||||||
|
|
||||||
CONFIG_EXAMPLES_AUDIO_BEEP_PROGNAME ?= audio_rttl$(EXEEXT)
|
|
||||||
PROGNAME = $(CONFIG_EXAMPLES_AUDIO_BEEP_PROGNAME)
|
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
@ -38,10 +38,7 @@
|
|||||||
|
|
||||||
# sixaxis built-in application info
|
# sixaxis built-in application info
|
||||||
|
|
||||||
CONFIG_EXAMPLES_SIXAXIS_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
PROGNAME = $(CONFIG_EXAMPLES_SIXAXIS_PROGNAME)
|
||||||
CONFIG_EXAMPLES_SIXAXIS_STACKSIZE ?= 2048
|
|
||||||
|
|
||||||
APPNAME = bmi160
|
|
||||||
PRIORITY = $(CONFIG_EXAMPLES_SIXAXIS_PRIORITY)
|
PRIORITY = $(CONFIG_EXAMPLES_SIXAXIS_PRIORITY)
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_SIXAXIS_STACKSIZE)
|
STACKSIZE = $(CONFIG_EXAMPLES_SIXAXIS_STACKSIZE)
|
||||||
|
|
||||||
@ -51,7 +48,4 @@ ASRCS =
|
|||||||
CSRCS =
|
CSRCS =
|
||||||
MAINSRC = sixaxis_main.c
|
MAINSRC = sixaxis_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_SIXAXIS_PROGNAME ?= sixaxis$(EXEEXT)
|
|
||||||
PROGNAME = $(CONFIG_EXAMPLES_SIXAXIS_PROGNAME)
|
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
@ -2,10 +2,7 @@
|
|||||||
-include $(TOPDIR)/Make.defs
|
-include $(TOPDIR)/Make.defs
|
||||||
-include $(SDKDIR)/Make.defs
|
-include $(SDKDIR)/Make.defs
|
||||||
|
|
||||||
CONFIG_EXAMPLES_CHARGER_PRIORITY ?= SCHED_PRIORITY_DEFAULT
|
PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME)
|
||||||
CONFIG_EXAMPLES_CHARGER_STACKSIZE ?= 2048
|
|
||||||
|
|
||||||
APPNAME = charger
|
|
||||||
PRIORITY = $(CONFIG_EXAMPLES_CHARGER_PRIORITY)
|
PRIORITY = $(CONFIG_EXAMPLES_CHARGER_PRIORITY)
|
||||||
STACKSIZE = $(CONFIG_EXAMPLES_CHARGER_STACKSIZE)
|
STACKSIZE = $(CONFIG_EXAMPLES_CHARGER_STACKSIZE)
|
||||||
|
|
||||||
@ -13,7 +10,4 @@ ASRCS =
|
|||||||
CSRCS =
|
CSRCS =
|
||||||
MAINSRC = charger_main.c
|
MAINSRC = charger_main.c
|
||||||
|
|
||||||
CONFIG_EXAMPLES_CHARGER_PROGNAME ?= charger$(EXEEXT)
|
|
||||||
PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME)
|
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user