ecc81e0f71
since it is effectively the same as locks.c from ppc64/lib. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
9 lines
147 B
Makefile
9 lines
147 B
Makefile
#
|
|
# Makefile for ppc64-specific library files..
|
|
#
|
|
|
|
lib-y := string.o strcase.o
|
|
lib-y += memcpy.o usercopy.o
|
|
|
|
lib-$(CONFIG_DEBUG_KERNEL) += sstep.o
|