Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel...
[sfrench/cifs-2.6.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