repo.or.cz
/
RPi-MMU-example.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove librs232
[RPi-MMU-example.git]
/
Makefile
blob
bf51cfda5950cbe868940e3d29952d6d394cadbe
1
# actual recipes for everything are in build/Makefile;
2
3
% :
4
$(
MAKE
) -
C build
$
@
5
6
# below is just for shell auto-completion
7
8
all
:
9
10
kernel.img
:
11
12
loader.img
:
13
14
qemu-elf
:
15
16
qemu-bin
:
17
18
qemu-loader
:
19
20
run-on-rpi
:
21
22
clean
: