]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/sh/lib/Makefile
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[mirror_ubuntu-eoan-kernel.git] / arch / sh / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for SuperH-specific library files..
4 #
5
6 lib-y = delay.o memmove.o memchr.o \
7 checksum.o strlen.o div64.o div64-generic.o
8
9 # Extracted from libgcc
10 obj-y += movmem.o ashldi3.o ashrdi3.o lshrdi3.o \
11 ashlsi3.o ashrsi3.o ashiftrt.o lshrsi3.o \
12 udiv_qrnnd.o
13
14 udivsi3-y := udivsi3_i4i-Os.o
15
16 ifneq ($(CONFIG_CC_OPTIMIZE_FOR_SIZE),y)
17 udivsi3-$(CONFIG_CPU_SH3) := udivsi3_i4i.o
18 udivsi3-$(CONFIG_CPU_SH4) := udivsi3_i4i.o
19 endif
20 udivsi3-y += udivsi3.o
21
22 obj-y += io.o
23
24 memcpy-y := memcpy.o
25 memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
26
27 memset-y := memset.o
28 memset-$(CONFIG_CPU_SH4) := memset-sh4.o
29
30 lib-$(CONFIG_MMU) += copy_page.o __clear_user.o
31 lib-$(CONFIG_MCOUNT) += mcount.o
32 lib-y += $(memcpy-y) $(memset-y) $(udivsi3-y)
33
34 ccflags-y := -Werror