Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.14-rc2 9 lines 214 B view raw
1# 2# Makefile for s390-specific library files.. 3# 4 5lib-y += delay.o string.o uaccess.o find.o 6obj-y += mem.o xor.o 7lib-$(CONFIG_SMP) += spinlock.o 8lib-$(CONFIG_KPROBES) += probes.o 9lib-$(CONFIG_UPROBES) += probes.o