X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2FMakefile;h=320197a5209ce8fea5a8dc13ba7b1ecf4e730285;hb=f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9;hp=68210a59b73fbbc6c52e2e1f8234ffd73e8b3007;hpb=84f24ac8278d287581e5a559a7299e1dc2b53481;p=oweals%2Fu-boot.git diff --git a/lib/Makefile b/lib/Makefile index 68210a59b7..320197a520 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -43,6 +43,7 @@ obj-y += strmhz.o obj-$(CONFIG_TPM) += tpm.o obj-$(CONFIG_RBTREE) += rbtree.o obj-$(CONFIG_BITREVERSE) += bitrev.o +obj-y += list_sort.o endif ifdef CONFIG_SPL_BUILD @@ -58,6 +59,7 @@ obj-y += crc32.o obj-y += ctype.o obj-y += div64.o obj-y += hang.o +obj-y += linux_compat.o obj-y += linux_string.o obj-$(CONFIG_REGEX) += slre.o obj-y += string.o