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
usb: storage: Convert US_DEBUGP to usb_stor_dbg
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
Makefile
blob
3cc0ad7ae863d09eec9a4c536c93b1d2c38c916c
1
TARGETS
=
breakpoints
2
TARGETS
+=
kcmp
3
TARGETS
+=
mqueue
4
TARGETS
+=
vm
5
TARGETS
+=
cpu-hotplug
6
TARGETS
+=
memory-hotplug
7
TARGETS
+=
efivarfs
8
9
all
:
10
for TARGET in
$(
TARGETS
);
do \
11
make
-
C
$
$TARGET
;
\
12
done
;
13
14
run_tests
:
all
15
for TARGET in
$(
TARGETS
);
do \
16
make
-
C
$
$TARGET
run_tests
;
\
17
done
;
18
19
clean
:
20
for TARGET in
$(
TARGETS
);
do \
21
make
-
C
$
$TARGET
clean
;
\
22
done
;