repo.or.cz
/
linux-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net: phy: Keep reporting transceiver type
[linux-stable.git]
/
samples
/
mei
/
Makefile
blob
7aac216dc420bcd1e432f01e5104d83db778e587
1
CC
:= $(
CROSS_COMPILE
)
gcc
2
CFLAGS
:= -
I..
/
..
/
usr
/
include
3
4
PROGS
:=
mei-amt-version
5
6
all
: $(
PROGS
)
7
8
clean
:
9
rm
-
fr
$(
PROGS
)