Makefile 190 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6
#
# Makefile for s390-specific library files..
#

EXTRA_AFLAGS := -traditional

7
lib-y += delay.o string.o
8
lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)
9
lib-$(CONFIG_SMP) += spinlock.o