repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
fix off-by-1 screen title fill
[AROS.git]
/
arch
/
ppc-all
/
kernel
/
mmakefile.src
blob
d841ca503c2d9ef51bc784f5a3124eb3bfcfce6a
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
USER_CFLAGS := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
5
-I$(GENINCDIR) -D__AROS_EXEC_LIBRARY__
6
7
%build_archspecific \
8
mainmmake=kernel-kernel maindir=rom/kernel \
9
files="createcontext" \
10
arch=ppc
11
12
%common