]> asedeno.scripts.mit.edu Git - linux.git/blob - samples/watchdog/Makefile
Merge tag 'acpi-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux.git] / samples / watchdog / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CC := $(CROSS_COMPILE)gcc
3 PROGS := watchdog-simple
4
5 all: $(PROGS)
6
7 clean:
8         rm -fr $(PROGS)
9