]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/ppc64/lib/Makefile
ppc64: use e2a.c from powerpc/lib
[karo-tx-linux.git] / arch / ppc64 / lib / Makefile
1 #
2 # Makefile for ppc64-specific library files..
3 #
4
5 lib-y := string.o strcase.o
6 lib-y += copypage.o memcpy.o copyuser.o usercopy.o
7
8 # Lock primitives are defined as no-ops in include/linux/spinlock.h
9 # for non-SMP configs. Don't build the real versions.
10
11 lib-$(CONFIG_SMP) += locks.o
12
13 lib-$(CONFIG_DEBUG_KERNEL) += sstep.o