1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for parisc-specific library files !! 2 # Makefile for i386-specific library files.. 4 # 3 # 5 4 6 lib-y := lusercopy.o bitops.o checksum.o io. << 7 ucmpdi2.o delay.o << 8 5 9 obj-y := iomap.o !! 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.