1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile !! 2 # Makefile for m68k-specific library files.. 4 # 3 # 5 4 6 ifdef CONFIG_FUNCTION_TRACER !! 5 .S.o: 7 CFLAGS_REMOVE_ashldi3.o = -pg !! 6 $(CC) $(AFLAGS) -traditional -c $< -o $@ 8 CFLAGS_REMOVE_ashrdi3.o = -pg << 9 CFLAGS_REMOVE_lshrdi3.o = -pg << 10 endif << 11 7 12 lib-y := memset.o !! 8 L_TARGET = lib.a 13 9 14 ifeq ($(CONFIG_OPT_LIB_ASM),y) !! 10 obj-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \ 15 lib-y += fastcopy.o !! 11 checksum.o memcmp.o memcpy.o memset.o semaphore.o 16 else << 17 lib-y += memcpy.o memmove.o << 18 endif << 19 12 20 lib-y += uaccess_old.o !! 13 include $(TOPDIR)/Rules.make 21 << 22 # libgcc-style stuff needed in the kernel << 23 obj-y += ashldi3.o ashrdi3.o cmpdi2.o divsi3.o << 24 obj-y += muldi3.o mulsi3.o ucmpdi2.o udivsi3.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.