Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL

since boardctl isn't a libc feature

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-08-01 15:00:54 +08:00
committed by Abdelatif Guettouche
parent 0272a16010
commit b12f588140
538 changed files with 629 additions and 629 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ CONFIG_CSRCS = dummy.c
# boardctl support
ifeq ($(CONFIG_LIB_BOARDCTL),y)
ifeq ($(CONFIG_BOARDCTL),y)
CONFIG_CSRCS += boardctl.c
endif