]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/testing/selftests/epoll/Makefile
epoll: support for disabling items, and a self-test app
[karo-tx-linux.git] / tools / testing / selftests / epoll / Makefile
1 # Makefile for epoll selftests
2
3 all: test_epoll
4 %: %.c
5         gcc -pthread -g -o $@ $^
6
7 run_tests: all
8         ./test_epoll
9
10 clean:
11         $(RM) test_epoll