1 # SPDX-License-Identifier: GPL-2.0 !! 1 # 2 lib-y := clear_user.o delay.o copy_f !! 2 # Makefile for i386-specific library files.. 3 copy_to_user.o copy_page.o !! 3 # 4 clear_page.o csum.o insn.o << 5 memset.o memcmp.o strcmp.o << 6 strnlen.o strchr.o strrchr. << 7 4 8 ifeq ($(CONFIG_KERNEL_MODE_NEON), y) !! 5 .S.o: 9 obj-$(CONFIG_XOR_BLOCKS) += xor-neon.o !! 6 $(CC) $(AFLAGS) -c $< -o $*.o 10 CFLAGS_xor-neon.o += $(CC_FLAGS_ << 11 CFLAGS_REMOVE_xor-neon.o += $(CC_FLAGS_ << 12 endif << 13 7 14 lib-$(CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE) += u !! 8 L_TARGET = lib.a 15 9 16 obj-$(CONFIG_CRC32) += crc32.o !! 10 obj-y = checksum.o old-checksum.o delay.o \ >> 11 usercopy.o getuser.o \ >> 12 memcpy.o strstr.o 17 13 18 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += erro !! 14 obj-$(CONFIG_X86_USE_3DNOW) += mmx.o >> 15 obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o >> 16 obj-$(CONFIG_DEBUG_IOVIRT) += iodebug.o 19 17 20 obj-$(CONFIG_ARM64_MTE) += mte.o !! 18 include $(TOPDIR)/Rules.make 21 << 22 obj-$(CONFIG_KASAN_SW_TAGS) += kasan_sw_tags.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.