Makefile (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Makefile (d911c67e10b47eb1ace08dcf95ce98fe4d408c88)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for x86 specific library files.
4#
5
6# Produces uninteresting flaky coverage.
7KCOV_INSTRUMENT_delay.o := n
8

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

60 lib-y += checksum_32.o
61 lib-y += strstr_32.o
62 lib-y += string_32.o
63ifneq ($(CONFIG_X86_CMPXCHG64),y)
64 lib-y += cmpxchg8b_emu.o atomic64_386_32.o
65endif
66else
67 obj-y += iomap_copy_64.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for x86 specific library files.
4#
5
6# Produces uninteresting flaky coverage.
7KCOV_INSTRUMENT_delay.o := n
8

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

60 lib-y += checksum_32.o
61 lib-y += strstr_32.o
62 lib-y += string_32.o
63ifneq ($(CONFIG_X86_CMPXCHG64),y)
64 lib-y += cmpxchg8b_emu.o atomic64_386_32.o
65endif
66else
67 obj-y += iomap_copy_64.o
68ifneq ($(CONFIG_GENERIC_CSUM),y)
68 lib-y += csum-partial_64.o csum-copy_64.o csum-wrappers_64.o
69 lib-y += csum-partial_64.o csum-copy_64.o csum-wrappers_64.o
70endif
69 lib-y += clear_page_64.o copy_page_64.o
70 lib-y += memmove_64.o memset_64.o
71 lib-y += copy_user_64.o
72 lib-y += cmpxchg16b_emu.o
73endif
71 lib-y += clear_page_64.o copy_page_64.o
72 lib-y += memmove_64.o memset_64.o
73 lib-y += copy_user_64.o
74 lib-y += cmpxchg16b_emu.o
75endif