repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc/mm/4k: don't allocate larger pmd page table for 4k
[linux/fpc-iii.git]
/
tools
/
leds
/
Makefile
blob
c03a79ebf9c8dbf3117be2b716711f1111845911
1
# Makefile for LEDs tools
2
3
CC
= $(
CROSS_COMPILE
)
gcc
4
CFLAGS
= -
Wall
-
Wextra
-
g
-
I..
/
..
/
include
/
uapi
5
6
all
:
uledmon
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
9
10
clean
:
11
$(
RM
)
uledmon
12
13
.PHONY
:
all clean