Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
pavel
/
linux-leds
/
7c4815929276b2e223eb6f2e49afe5071d4294a5
/
.
/
tools
/
leds
/
Makefile
blob: 7b6bed13daaaed8b68abcc4b9b2aa8eb96f7974d [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
# Makefile for LEDs tools
CFLAGS
=
-
Wall
-
Wextra
-
g
-
I
../../
include
/
uapi
all
:
uledmon led_hw_brightness_mon
%:
%.
c
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
clean
:
$
(
RM
)
uledmon led_hw_brightness_mon
.
PHONY
:
all clean