1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for or1k specific library files.. !! 2 # Makefile for i386-specific library files.. 4 # 3 # 5 4 6 obj-y := delay.o string.o memset.o memcpy.o !! 5 >> 6 lib-y = checksum.o delay.o \ >> 7 usercopy.o getuser.o \ >> 8 memcpy.o strstr.o >> 9 >> 10 lib-$(CONFIG_X86_USE_3DNOW) += mmx.o >> 11 lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o >> 12 lib-$(CONFIG_DEBUG_IOVIRT) += iodebug.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.