Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
73b2e7073b51de0b03ebd15c97dd3ad0c3470810
/
.
/
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
)