X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2FMakefile;h=753d2dbd25436d0aa1a17149477e404465c8dea5;hb=d0085de3bf52b7b5f79164b89939ba44fcd239f3;hp=bc4073a8cd08da8377053c54a09e61f753a3fc7b;hpb=6f3e71c0c3f2479e05682e2e563b75decab36591;p=mirror_ubuntu-zesty-kernel.git diff --git a/lib/Makefile b/lib/Makefile index bc4073a8cd08..753d2dbd2543 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -70,6 +70,8 @@ obj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o +obj-$(CONFIG_LIBIO) += libio.o + obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o obj-$(CONFIG_BTREE) += btree.o