X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2FMakefile;h=8498a5c9815a3c0273d99fd45c3d10bdf42c3375;hb=ccf27814a63fc122dc5980453a18847dc5d8429f;hp=8de3b012eac77ed2c14160022d0cc6b9f75773c6;hpb=845fbdbd6c492269aff042ca1815fb3f5cc27fb8;p=karo-tx-linux.git diff --git a/lib/Makefile b/lib/Makefile index 8de3b012eac7..8498a5c9815a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,6 +42,7 @@ obj-$(CONFIG_TEST_RHASHTABLE) += test_rhashtable.o obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o +obj-$(CONFIG_TEST_PRINTF) += test_printf.o ifeq ($(CONFIG_DEBUG_KOBJECT),y) CFLAGS_kobject.o += -DDEBUG @@ -82,6 +83,7 @@ obj-$(CONFIG_CRC32) += crc32.o obj-$(CONFIG_CRC7) += crc7.o obj-$(CONFIG_LIBCRC32C) += libcrc32c.o obj-$(CONFIG_CRC8) += crc8.o +obj-$(CONFIG_CRC64_ECMA) += crc64_ecma.o obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o obj-$(CONFIG_842_COMPRESS) += 842/