repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More Makefile cleanups, otherwise mainly noticeable are the netfilter fix
[davej-history.git]
/
arch
/
m68k
/
lib
/
Makefile
blob
7d2dc0243863acdd896a9ca19809214b792c759d
1
#
2
# Makefile for m68k-specific library files..
3
#
4
5
.S.o
:
6
$(
CC
) $(
AFLAGS
) -
traditional
-
c
$< -
o
$
@
7
8
L_TARGET
=
lib.a
9
10
obj-y
:=
ashrdi3.o lshrdi3.o checksum.o memcpy.o memcmp.o memset.o \
11
semaphore.o muldi3.o
12
13
include
$(
TOPDIR
)/
Rules.make