1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Copyright (C) 2004, 2007-2010, 2011-2012 Syn !! 2 # Makefile for m68k-specific library files.. 4 # 3 # 5 4 6 lib-y := strchr-700.o strcpy-700.o strlen.o !! 5 lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \ 7 !! 6 checksum.o string.o uaccess.o 8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700. << 9 lib-$(CONFIG_ISA_ARCV2) += memset-arch << 10 << 11 ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS << 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs << 13 else << 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs << 15 endif <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.