]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - samples/watchdog/Makefile
Merge branch 'mm/pkeys' into x86/urgent, to pick up pkeys fix
[mirror_ubuntu-zesty-kernel.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