Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / tools / testing / selftests / watchdog / Makefile
1 TEST_PROGS := watchdog-test
2
3 all: $(TEST_PROGS)
4
5 include ../lib.mk
6
7 clean:
8         rm -fr $(TEST_PROGS)