feat fix FEATURES error in Kconfig and Makefile

This commit is contained in:
Liu_Weichao
2023-06-27 09:51:07 +08:00
parent 200380a92e
commit 7691b90abb
93 changed files with 156 additions and 156 deletions

View File

@@ -1,12 +1,12 @@
include $(KERNEL_ROOT)/.config
ifeq ($(CONFIG_ADD_NUTTX_FETURES),y)
ifeq ($(CONFIG_ADD_NUTTX_FEATURES),y)
include $(APPDIR)/Make.defs
CSRCS += e18.c
include $(APPDIR)/Application.mk
endif
ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_FILES := e18.c
include $(KERNEL_ROOT)/compiler.mk