repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmaengine/amba-pl08x: No need to check "ch->signal < 0"
[linux-2.6.git]
/
tools
/
usb
/
Makefile
blob
8b704af143494c316443334544de4ac309911a44
1
# Makefile for USB tools
2
3
CC
= $(
CROSS_COMPILE
)
gcc
4
PTHREAD_LIBS
= -
lpthread
5
WARNINGS
= -
Wall
-
Wextra
6
CFLAGS
= $(
WARNINGS
) -
g
$(
PTHREAD_LIBS
)
7
8
all
:
testusb ffs-test
9
%: %
.c
10
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
11
12
clean
:
13
$(
RM
)
testusb ffs-test