xref: /kernel/linux/linux-5.10/arch/microblaze/lib/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/microblaze/lib/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciifdef CONFIG_FUNCTION_TRACER
78c2ecf20Sopenharmony_ciCFLAGS_REMOVE_ashldi3.o = -pg
88c2ecf20Sopenharmony_ciCFLAGS_REMOVE_ashrdi3.o = -pg
98c2ecf20Sopenharmony_ciCFLAGS_REMOVE_lshrdi3.o = -pg
108c2ecf20Sopenharmony_ciendif
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cilib-y :=  memset.o
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciifeq ($(CONFIG_OPT_LIB_ASM),y)
158c2ecf20Sopenharmony_cilib-y += fastcopy.o
168c2ecf20Sopenharmony_cielse
178c2ecf20Sopenharmony_cilib-y += memcpy.o memmove.o
188c2ecf20Sopenharmony_ciendif
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_cilib-y += uaccess_old.o
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci# libgcc-style stuff needed in the kernel
238c2ecf20Sopenharmony_ciobj-y += ashldi3.o ashrdi3.o cmpdi2.o divsi3.o lshrdi3.o modsi3.o
248c2ecf20Sopenharmony_ciobj-y += muldi3.o mulsi3.o ucmpdi2.o udivsi3.o umodsi3.o
25

Indexes created Thu Nov 07 10:32:03 CST 2024