1 # SPDX-License-Identifier: GPL-2.0 !! 1 # 2 lib-y := clear_user.o delay.o copy_f !! 2 # Makefile for ppc-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 obj-y := checksum.o string.o strcase.o dec_and_lock.o div64.o 9 obj-$(CONFIG_XOR_BLOCKS) += xor-neon.o << 10 CFLAGS_xor-neon.o += $(CC_FLAGS_ << 11 CFLAGS_REMOVE_xor-neon.o += $(CC_FLAGS_ << 12 endif << 13 6 14 lib-$(CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE) += u !! 7 obj-$(CONFIG_SMP) += locks.o 15 << 16 obj-$(CONFIG_CRC32) += crc32.o << 17 << 18 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += erro << 19 << 20 obj-$(CONFIG_ARM64_MTE) += mte.o << 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.