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
@@ -21,7 +21,7 @@
include $(TOPDIR)/Make.defs
CSRCS = str71_spi.c str71_leds.c str71_buttons.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
ifeq ($(CONFIG_BOARDCTL),y)
CSRCS += str71_appinit.c
endif
ifeq ($(CONFIG_ENC28J60),y)