repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
ppc-all
/
exec
/
mmakefile.src
blob
53e8b54b4b6c5cef9c6cb2e910433abe162d7377
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
USER_AFLAGS := -I$(GENINCDIR)
5
%build_archspecific \
6
mainmmake=kernel-exec maindir=rom/exec \
7
asmfiles=execstubs \
8
files="atomic cachecleare" \
9
arch=ppc
10
11
#MM kernel-exec-ppc : includes-asm_h-ppc
12
13
%common