repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added 0.99 linux version
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
arch
/
ppc
/
lib
/
Makefile
blob
8ca9a3cd54666da6937af628910d2a05671e08df
1
#
2
# Makefile for ppc-specific library files..
3
#
4
5
.S.o
:
6
$(
CC
) -
D__ASSEMBLY__
-
c
$< -
o
$*
.o
7
8
O_TARGET
=
lib.o
9
O_OBJS
=
checksum.o string.o strcase.o
10
11
ifdef
CONFIG_SMP
12
O_OBJS
+=
locks.o
13
endif
14
15
16
include
$(
TOPDIR
)/
Rules.make