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