blob: 57ab40188d4bddab071505f1d5a204a82dca3ce5 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for s390-specific library files..
4#
5
6lib-y += delay.o string.o uaccess.o find.o
7obj-y += mem.o xor.o
8lib-$(CONFIG_SMP) += spinlock.o
9lib-$(CONFIG_KPROBES) += probes.o
10lib-$(CONFIG_UPROBES) += probes.o
11
12chkbss := mem.o
13include $(srctree)/arch/s390/scripts/Makefile.chkbss