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
drm/radeon: comment out some currently unused 7xx dpm code
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
size
/
Makefile
blob
04dc25e4fa92456597dc9a14862ab4192d84410d
1
CC
= $(
CROSS_COMPILE
)
gcc
2
3
all
:
get_size
4
5
get_size
:
get_size.c
6
$(
CC
) -
static
-
ffreestanding
-
nostartfiles
-
s
$< -
o
$
@
7
8
run_tests
:
all
9
.
/
get_size
10
11
clean
:
12
$(
RM
)
get_size