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
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[linux/fpc-iii.git]
/
tools
/
pcmcia
/
Makefile
blob
81a7498c5cd9efcc2f9f4af26264752fe62e615c
1
CC
:= $(
CROSS_COMPILE
)
gcc
2
CFLAGS
:= -
I..
/
..
/
usr
/
include
3
4
PROGS
:=
crc32hash
5
6
all
: $(
PROGS
)
7
8
clean
:
9
rm
-
fr
$(
PROGS
)