]> git.ipfire.org Git - thirdparty/linux.git/blame - samples/watchdog/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / samples / watchdog / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
071bf69a
SK
2CC := $(CROSS_COMPILE)gcc
3PROGS := watchdog-simple
4
5all: $(PROGS)
6
7clean:
8 rm -fr $(PROGS)
9