Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
f2ef42c1da977402e19e6ac77165f9cd0fd25643
/
.
/
utils
/
sbtools
/
Makefile
blob: e8bb68aadd26a1ada31a610030797577743ad803 [
file
] [
log
] [
blame
]
all
:
elftosb sbtoelf
sbtoelf
:
sbtoelf
.
c crc
.
c crypto
.
h aes128
.
c sha1
.
c elf
.
c sb
.
h
gcc
-
g
-
std
=
c99
-
o $@
-
W
-
Wall
$
^
elftosb
:
elftosb
.
c crc
.
c crypto
.
h aes128
.
c sha1
.
c elf
.
c sb
.
h
gcc
-
g
-
std
=
c99
-
o $@
-
W
-
Wall
$
^
clean
:
rm
-
fr elftosb sbtoelf