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
dccp: do not assume DCCP code is non preemptible
[linux/fpc-iii.git]
/
tools
/
gpio
/
Makefile
blob
4d198d5c420326616d785a7c1214b2638dc38708
1
CC
= $(
CROSS_COMPILE
)
gcc
2
CFLAGS
+= -
Wall
-
g
-
D_GNU_SOURCE
3
4
all
:
lsgpio
5
6
lsgpio
:
lsgpio.o gpio-utils.o
7
8
%
.o
: %
.c gpio-utils.h
9
10
.PHONY
:
clean
11
clean
:
12
rm
-
f
*
.o lsgpio