]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - samples/watchdog/Makefile
Merge tag 'sh-for-4.9' of git://git.libc.org/linux-sh
[mirror_ubuntu-zesty-kernel.git] / samples / watchdog / Makefile
CommitLineData
071bf69a
SK
1CC := $(CROSS_COMPILE)gcc
2PROGS := watchdog-simple
3
4all: $(PROGS)
5
6clean:
7 rm -fr $(PROGS)
8