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
@@ -22,7 +22,7 @@ include $(TOPDIR)/Make.defs
CSRCS = z16f_boot.c z16f_leds.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
ifeq ($(CONFIG_BOARDCTL),y)
CSRCS += z16f_appinit.c
endif