You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for s390-specific library files..
|
|
#
|
|
|
|
lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
|
|
obj-y += usercopy.o
|
|
obj-$(CONFIG_32BIT) += div64.o qrnnd.o ucmpdi2.o
|
|
lib-$(CONFIG_64BIT) += uaccess_mvcos.o
|
|
lib-$(CONFIG_SMP) += spinlock.o
|
|
|