X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/b27eeca112c1b9eef6f06a320a4310d766ac5659..ddec4cae624e48c3678ea856fa7d6292a7104238:/lib/Makefile diff --git a/lib/Makefile b/lib/Makefile index 9fa573525b8..1c31ad9531e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -44,6 +44,7 @@ obj-$(CONFIG_GZIP_COMPRESSED) += gzip.o obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += smbios.o obj-$(CONFIG_SMBIOS_PARSER) += smbios-parser.o obj-$(CONFIG_IMAGE_SPARSE) += image-sparse.o +obj-y += initcall.o obj-y += ldiv.o obj-$(CONFIG_XXHASH) += xxhash.o obj-y += net_utils.o