]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - samples/watchdog/Makefile
powerpc/rfi-flush: Always enable fallback flush on pseries
[mirror_ubuntu-artful-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