X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2FMakefile;h=320197a5209ce8fea5a8dc13ba7b1ecf4e730285;hb=c26c80a1a4e2e2e7e4c9806e9123bf027c02f711;hp=68210a59b73fbbc6c52e2e1f8234ffd73e8b3007;hpb=d6694aff569a0838a9d0ef352128f5aa309d73ff;p=u-boot 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