1 # SPDX-License-Identifier: GPL-2.0-only !! 1 # $Id: Makefile,v 1.35 2000/12/15 00:41:18 davem Exp $ 2 lib-y := usercopy.o delay.o !! 2 # Makefile for Sparc library files.. 3 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += erro !! 3 # 4 ifneq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRIN !! 4 5 lib-y += string.o !! 5 .S.s: 6 endif !! 6 $(CPP) $(AFLAGS) -ansi -DST_DIV0=0x2 $< -o $*.s >> 7 >> 8 .S.o: >> 9 $(CC) $(AFLAGS) -ansi -DST_DIV0=0x2 -c $< -o $*.o >> 10 >> 11 L_TARGET = lib.a >> 12 >> 13 obj-y := mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o memcpy.o memset.o \ >> 14 strlen.o checksum.o blockops.o memscan.o memcmp.o strncmp.o \ >> 15 strncpy_from_user.o divdi3.o udivdi3.o strlen_user.o \ >> 16 copy_user.o locks.o atomic.o bitops.o debuglocks.o lshrdi3.o \ >> 17 ashldi3.o rwsem.o muldi3.o >> 18 >> 19 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.