Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / samples / watchdog / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 PROGS := watchdog-simple
3
4 all: $(PROGS)
5
6 clean:
7         rm -fr $(PROGS)
8