Sign in
gem5
/
arm
/
linux
/
868539a3b671e0f736ddd11b67bf1dc3d8a5a921
/
.
/
tools
/
testing
/
selftests
/
epoll
/
Makefile
blob: 19806ed62f50630c9b01fd37f5211b0e0fddcee6 [
file
]
# Makefile for epoll selftests
all
:
test_epoll
%:
%.
c
gcc
-
pthread
-
g
-
o $@ $
^
run_tests
:
all
./
test_epoll
clean
:
$
(
RM
)
test_epoll