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:
2
Kconfig
2
Kconfig
@@ -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
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user