blob: a9430fa60253dc1a1ad57957a093046137668be8 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Shuah Khan071bf692016-09-16 17:40:40 -06002CC := $(CROSS_COMPILE)gcc
3PROGS := watchdog-simple
4
5all: $(PROGS)
6
7clean:
8 rm -fr $(PROGS)
9