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
Indentation fix, cleanup.
[AROS.git]
/
arch
/
ppc-all
/
kernel
/
mmakefile.src
blob
d2b2a420eff56c94c944a2f90390dbb8a3a57f80
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_CFLAGS := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
6
-I$(GENINCDIR) -D__AROS_EXEC_LIBRARY__
7
8
%build_archspecific \
9
mainmmake=kernel-kernel maindir=rom/kernel \
10
files="createcontext" \
11
arch=ppc
12
13
%common