Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
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
)