Makefile (57390019b68b83f96eb98f490367b9df1f2d77cb) | Makefile (aae06fc1b5a2e4b52f8504a1f12f9b8b98e80641) |
---|---|
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 --- 34 unchanged lines hidden (view full) --- 43obj-y += lockref.o 44 45obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \ 46 bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \ 47 list_sort.o uuid.o iov_iter.o clz_ctz.o \ 48 bsearch.o find_bit.o llist.o memweight.o kfifo.o \ 49 percpu-refcount.o rhashtable.o base64.o \ 50 once.o refcount.o rcuref.o usercopy.o errseq.o bucket_locks.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 --- 34 unchanged lines hidden (view full) --- 43obj-y += lockref.o 44 45obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \ 46 bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \ 47 list_sort.o uuid.o iov_iter.o clz_ctz.o \ 48 bsearch.o find_bit.o llist.o memweight.o kfifo.o \ 49 percpu-refcount.o rhashtable.o base64.o \ 50 once.o refcount.o rcuref.o usercopy.o errseq.o bucket_locks.o \ |
51 generic-radix-tree.o | 51 generic-radix-tree.o bitmap-str.o |
52obj-$(CONFIG_STRING_SELFTEST) += test_string.o 53obj-y += string_helpers.o 54obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o 55obj-y += hexdump.o 56obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o 57obj-y += kstrtox.o 58obj-$(CONFIG_FIND_BIT_BENCHMARK) += find_bit_benchmark.o 59obj-$(CONFIG_TEST_BPF) += test_bpf.o --- 381 unchanged lines hidden --- | 52obj-$(CONFIG_STRING_SELFTEST) += test_string.o 53obj-y += string_helpers.o 54obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o 55obj-y += hexdump.o 56obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o 57obj-y += kstrtox.o 58obj-$(CONFIG_FIND_BIT_BENCHMARK) += find_bit_benchmark.o 59obj-$(CONFIG_TEST_BPF) += test_bpf.o --- 381 unchanged lines hidden --- |