]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/s390/lib/Makefile
[PATCH] s390: cleanup Kconfig
[mirror_ubuntu-artful-kernel.git] / arch / s390 / lib / Makefile
1 #
2 # Makefile for s390-specific library files..
3 #
4
5 EXTRA_AFLAGS := -traditional
6
7 lib-y += delay.o string.o spinlock.o
8 lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)