Rename LIB_ to LIBC_ for all libc Kconfig

follow other libc component naming convention

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-08-01 15:27:08 +08:00
committed by Abdelatif Guettouche
parent a3986eeba3
commit 5025fbef8d
222 changed files with 327 additions and 327 deletions
+3 -3
View File
@@ -20,7 +20,7 @@
include $(TOPDIR)/Make.defs
ifeq ($(CONFIG_LIB_ZONEINFO_ROMFS),y)
ifeq ($(CONFIG_LIBC_ZONEINFO_ROMFS),y)
CSRCS += tzromfs.c
endif
@@ -51,7 +51,7 @@ $(COBJS): %$(OBJEXT): %.c
# ROMFS file system containing the TZ database
ifeq ($(CONFIG_LIB_ZONEINFO_ROMFS),y)
ifeq ($(CONFIG_LIBC_ZONEINFO_ROMFS),y)
checkgenromfs:
@genromfs -h 1>/dev/null 2>&1 || { \
@@ -72,7 +72,7 @@ else
romfs:
endif # CONFIG_LIB_ZONEINFO_ROMFS
endif # CONFIG_LIBC_ZONEINFO_ROMFS
# Build TZ database