ulib: Move ulib into its own directory

Before adding more files, create a new lib/ulib directory and put the
only existing file in there.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-05 15:53:38 -06:00
parent e2d8843922
commit 4c0d9d2959
3 changed files with 7 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ obj-$(CONFIG_LIB_ELF) += elf.o
obj-$(CONFIG_$(PHASE_)SEMIHOSTING) += semihosting.o
obj-$(CONFIG_ULIB) += ulib.o
obj-$(CONFIG_ULIB) += ulib/
#
# Build a fast OID lookup registry from include/linux/oid_registry.h