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
irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
benchmarks
/
Makefile
blob
5fa48702070dd3d0e05ba33cae0808f4d427f6fb
1
TEST_PROGS
:=
gettimeofday
2
3
CFLAGS
+= -
O2
4
5
all
: $(
TEST_PROGS
)
6
7
$(
TEST_PROGS
):
..
/
harness.c
8
9
include
..
/
..
/
lib.mk
10
11
clean
:
12
rm
-
f
$(
TEST_PROGS
) *
.o