Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.19 10 lines 222 B view raw
1# 2# Makefile for s390-specific library files.. 3# 4 5EXTRA_AFLAGS := -traditional 6 7lib-y += delay.o string.o uaccess_std.o 8lib-$(CONFIG_32BIT) += div64.o 9lib-$(CONFIG_64BIT) += uaccess_mvcos.o 10lib-$(CONFIG_SMP) += spinlock.o