Blame view

kernel/linux-rt-4.4.41/arch/s390/lib/Makefile 208 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  #
  # 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