repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "module: Add retpoline tag to VERMAGIC"
[linux/fpc-iii.git]
/
samples
/
watchdog
/
Makefile
blob
a9430fa60253dc1a1ad57957a093046137668be8
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