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 $(APPDIR)/Make.defs
|
||||
|
||||
# LM-75 Temperature Sensor Application
|
||||
# IEEE802.11 Wapi Application
|
||||
|
||||
CONFIG_WIRELESS_WAPI_PRIORITY ?= 100
|
||||
CONFIG_WIRELESS_WAPI_STACKSIZE ?= 2048
|
||||
|
||||
APPNAME = temp
|
||||
APPNAME = wapi
|
||||
PRIORITY = $(CONFIG_WIRELESS_WAPI_PRIORITY)
|
||||
STACKSIZE = $(CONFIG_WIRELESS_WAPI_STACKSIZE)
|
||||
|
||||
@ -84,7 +84,7 @@ else
|
||||
INSTALL_DIR = $(BIN_DIR)
|
||||
endif
|
||||
|
||||
CONFIG_WAPI_PROGNAME ?= lm75$(EXEEXT)
|
||||
CONFIG_WAPI_PROGNAME ?= wapi$(EXEEXT)
|
||||
PROGNAME = $(CONFIG_WAPI_PROGNAME)
|
||||
|
||||
ROOTDEPPATH = --dep-path .
|
||||
@ -121,7 +121,7 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
|
||||
$(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
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user