repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm,x86: Fix apf_task_wake_one() wq serialization
[cris-mirror.git]
/
tools
/
leds
/
Makefile
blob
078b666fd78b8ad9b2cddc32d5975e0d8ae533d8
1
# Makefile for LEDs tools
2
3
CC
= $(
CROSS_COMPILE
)
gcc
4
CFLAGS
= -
Wall
-
Wextra
-
g
-
I..
/
..
/
include
/
uapi
5
6
all
:
uledmon led_hw_brightness_mon
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
9
10
clean
:
11
$(
RM
)
uledmon led_hw_brightness_mon
12
13
.PHONY
:
all clean