repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use helpers to obtain task pid in printks (arch code)
[wrt350n-kernel.git]
/
arch
/
sh
/
lib
/
Makefile
blob
e23dd1a3fccd8f102eba02d24ac4cf3cc46fc607
1
#
2
# Makefile for SuperH-specific library files..
3
#
4
5
lib-y
=
delay.o memset.o memmove.o memchr.o \
6
checksum.o strlen.o div64.o div64-generic.o
7
8
memcpy-y
:=
memcpy.o
9
memcpy-
$(
CONFIG_CPU_SH4
) :=
memcpy-sh4.o
10
11
lib-y
+= $(
memcpy-y
)