summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/lib/Makefile
blob: f29e76559950e9b98fc8d481187b2b6dbdb84791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for ppc64-specific library files..
#

lib-y := string.o strcase.o
lib-y += memcpy.o usercopy.o

# Lock primitives are defined as no-ops in include/linux/spinlock.h
# for non-SMP configs. Don't build the real versions.

lib-$(CONFIG_SMP) += locks.o

lib-$(CONFIG_DEBUG_KERNEL) += sstep.o