repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pch_uart: Fix dma channel unallocated issue
[zen-stable.git]
/
tools
/
testing
/
selftests
/
Makefile
blob
4ec84018cc1364f8f905ee30c31e52f04d7ec6ff
1
TARGETS
=
breakpoints
2
3
all
:
4
for TARGET in
$(
TARGETS
);
do \
5
make
-
C
$
$TARGET
;
\
6
done
;
7
8
clean
:
9
for TARGET in
$(
TARGETS
);
do \
10
make
-
C
$
$TARGET
clean
;
\
11
done
;