Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
sumits
/
dma-buf
/
e3181e9a72e19bc556e5fba6c1217901e2bc20f4
/
.
/
samples
/
watchdog
/
Makefile
blob: a9430fa60253dc1a1ad57957a093046137668be8 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CC
:=
$
(
CROSS_COMPILE
)
gcc
PROGS
:=
watchdog
-
simple
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)