Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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)