mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-09 08:45:42 +08:00
Fix a little kruft left in ported wireless/wapi/Makefile
This commit is contained in:
parent
aeb37c12b2
commit
2d73f735fe
@ -40,12 +40,12 @@
|
|||||||
-include $(TOPDIR)/Make.defs
|
-include $(TOPDIR)/Make.defs
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
# LM-75 Temperature Sensor Application
|
# IEEE802.11 Wapi Application
|
||||||
|
|
||||||
CONFIG_WIRELESS_WAPI_PRIORITY ?= 100
|
CONFIG_WIRELESS_WAPI_PRIORITY ?= 100
|
||||||
CONFIG_WIRELESS_WAPI_STACKSIZE ?= 2048
|
CONFIG_WIRELESS_WAPI_STACKSIZE ?= 2048
|
||||||
|
|
||||||
APPNAME = temp
|
APPNAME = wapi
|
||||||
PRIORITY = $(CONFIG_WIRELESS_WAPI_PRIORITY)
|
PRIORITY = $(CONFIG_WIRELESS_WAPI_PRIORITY)
|
||||||
STACKSIZE = $(CONFIG_WIRELESS_WAPI_STACKSIZE)
|
STACKSIZE = $(CONFIG_WIRELESS_WAPI_STACKSIZE)
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ else
|
|||||||
INSTALL_DIR = $(BIN_DIR)
|
INSTALL_DIR = $(BIN_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIG_WAPI_PROGNAME ?= lm75$(EXEEXT)
|
CONFIG_WAPI_PROGNAME ?= wapi$(EXEEXT)
|
||||||
PROGNAME = $(CONFIG_WAPI_PROGNAME)
|
PROGNAME = $(CONFIG_WAPI_PROGNAME)
|
||||||
|
|
||||||
ROOTDEPPATH = --dep-path .
|
ROOTDEPPATH = --dep-path .
|
||||||
@ -121,7 +121,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
|
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
|
||||||
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
|
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
|
||||||
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),lm75_main)
|
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
|
||||||
|
|
||||||
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat
|
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user