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,6 +1,6 @@
SRC_DIR :=
ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_DIR += xizi
endif