1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for Xtensa-specific library files. !! 2 # Makefile for i386-specific library files.. 4 # 3 # 5 4 6 lib-y += memcopy.o memset.o checksum.o \ !! 5 .S.o: 7 ashldi3.o ashrdi3.o bswapdi2.o bswa !! 6 $(CC) $(AFLAGS) -c $< -o $*.o 8 divsi3.o udivsi3.o modsi3.o umodsi3 !! 7 9 usercopy.o strnlen_user.o !! 8 L_TARGET = lib.a 10 lib-$(CONFIG_ARCH_HAS_STRNCPY_FROM_USER) += st !! 9 11 lib-$(CONFIG_PCI) += pci-auto.o !! 10 obj-y = checksum.o old-checksum.o delay.o \ >> 11 usercopy.o getuser.o \ >> 12 memcpy.o strstr.o >> 13 >> 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 >> 17 >> 18 include $(TOPDIR)/Rules.make
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.