]> Git Repo - linux.git/blame - arch/s390/lib/Makefile
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux.git] / arch / s390 / lib / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for s390-specific library files..
3#
4
5EXTRA_AFLAGS := -traditional
6
0152fb37 7lib-y += delay.o string.o
347a8dc3 8lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)
e018ba1f 9lib-$(CONFIG_SMP) += spinlock.o
This page took 0.192946 seconds and 4 git commands to generate.