Makefile (92a8b224b833e82d286d2100432adbac8cf8a2a1) Makefile (111314157f7891da7a51a8f95df42eeb22f4268a)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for some libs needed in the kernel.
4#
5
6ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
7
8# These files are disabled because they produce lots of non-interesting and/or

--- 358 unchanged lines hidden (view full) ---

367
368# pldmfw library
369obj-$(CONFIG_PLDMFW) += pldmfw/
370
371# KUnit tests
372CFLAGS_bitfield_kunit.o := $(DISABLE_STRUCTLEAK_PLUGIN)
373obj-$(CONFIG_BITFIELD_KUNIT) += bitfield_kunit.o
374obj-$(CONFIG_CHECKSUM_KUNIT) += checksum_kunit.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for some libs needed in the kernel.
4#
5
6ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
7
8# These files are disabled because they produce lots of non-interesting and/or

--- 358 unchanged lines hidden (view full) ---

367
368# pldmfw library
369obj-$(CONFIG_PLDMFW) += pldmfw/
370
371# KUnit tests
372CFLAGS_bitfield_kunit.o := $(DISABLE_STRUCTLEAK_PLUGIN)
373obj-$(CONFIG_BITFIELD_KUNIT) += bitfield_kunit.o
374obj-$(CONFIG_CHECKSUM_KUNIT) += checksum_kunit.o
375obj-$(CONFIG_UTIL_MACROS_KUNIT) += util_macros_kunit.o
375obj-$(CONFIG_LIST_KUNIT_TEST) += list-test.o
376obj-$(CONFIG_HASHTABLE_KUNIT_TEST) += hashtable_test.o
377obj-$(CONFIG_LINEAR_RANGES_TEST) += test_linear_ranges.o
378obj-$(CONFIG_BITS_TEST) += test_bits.o
379obj-$(CONFIG_CMDLINE_KUNIT_TEST) += cmdline_kunit.o
380obj-$(CONFIG_SLUB_KUNIT_TEST) += slub_kunit.o
381obj-$(CONFIG_MEMCPY_KUNIT_TEST) += memcpy_kunit.o
382obj-$(CONFIG_IS_SIGNED_TYPE_KUNIT_TEST) += is_signed_type_kunit.o

--- 18 unchanged lines hidden ---
376obj-$(CONFIG_LIST_KUNIT_TEST) += list-test.o
377obj-$(CONFIG_HASHTABLE_KUNIT_TEST) += hashtable_test.o
378obj-$(CONFIG_LINEAR_RANGES_TEST) += test_linear_ranges.o
379obj-$(CONFIG_BITS_TEST) += test_bits.o
380obj-$(CONFIG_CMDLINE_KUNIT_TEST) += cmdline_kunit.o
381obj-$(CONFIG_SLUB_KUNIT_TEST) += slub_kunit.o
382obj-$(CONFIG_MEMCPY_KUNIT_TEST) += memcpy_kunit.o
383obj-$(CONFIG_IS_SIGNED_TYPE_KUNIT_TEST) += is_signed_type_kunit.o

--- 18 unchanged lines hidden ---