repo.or.cz
/
prex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add support for crt{i,n} - required for powerpc EABI
[prex.git]
/
mk
/
Makefile
blob
f4c0dc5a92efaf78e16e38cd93062b9803cb3419
1
#
2
# Makefile to build Prex boot image
3
#
4
TARGET
=
..
/
prexos
5
TYPE
=
OS_IMAGE
6
LOADER
= $(
PREX_SRC
)/
boot
/
bootldr
7
KERNEL
= $(
PREX_SRC
)/
sys
/
prex
8
9
include
$(
PREX_SRC
)/
mk
/
own.mk
10
include
$(
PREX_SRC
)/
conf
/
boot.conf
11
include
$(
PREX_SRC
)/
mk
/
Makefile.inc