repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.
[linux/fpc-iii.git]
/
arch
/
sh
/
lib
/
Makefile
blob
b5681e3f9684eeef6a13c3391e12e5ccfe34e6ca
1
#
2
# Makefile for SuperH-specific library files..
3
#
4
5
lib-y
=
delay.o memset.o memmove.o memchr.o \
6
checksum.o strcasecmp.o strlen.o div64.o udivdi3.o \
7
div64-generic.o
8
9
memcpy-y
:=
memcpy.o
10
memcpy-
$(
CONFIG_CPU_SH4
) :=
memcpy-sh4.o
11
12
lib-y
+= $(
memcpy-y
)
13