api: Rename the api/ directory

Rename this directory legacy_api since it is now considered legacy.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-04 18:04:13 -06:00
parent c5188188e2
commit 9268e78e44
13 changed files with 2 additions and 2 deletions

View File

@@ -731,7 +731,7 @@ config LDR_CPU
generally used on processors from Analog Devices, but may be also
be useful for other vendors.
source "api/Kconfig"
source "legacy_api/Kconfig"
endmenu # General setup

View File

@@ -865,7 +865,7 @@ c_flags := $(KBUILD_CFLAGS) $(cpp_flags)
HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/board/$(VENDOR)/common/Makefile),y,n)
libs-$(CONFIG_API) += api/
libs-$(CONFIG_API) += legacy_api/
libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/
libs-y += boot/
libs-$(CONFIG_CMDLINE) += cmd/