mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
304987e365
Rename two more files which I forgot. Also remove the "asm" from the swsusp_asm64.S file, since the ".S" suffix already makes it obvious that this file contains assembler code. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
10 lines
208 B
Makefile
10 lines
208 B
Makefile
#
|
|
# Makefile for s390-specific library files..
|
|
#
|
|
|
|
lib-y += delay.o string.o uaccess.o find.o
|
|
obj-y += mem.o
|
|
lib-$(CONFIG_SMP) += spinlock.o
|
|
lib-$(CONFIG_KPROBES) += probes.o
|
|
lib-$(CONFIG_UPROBES) += probes.o
|