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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
ppc-all
/
kernel
/
mmakefile.src
blob
377cb105520a11e0f48cd3a38fd6eba7c63a265f
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_INCLUDES := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
6
-I$(GENINCDIR)
7
USER_CPPFLAGS := -D__AROS_EXEC_LIBRARY__
8
9
%build_archspecific \
10
mainmmake=kernel-kernel maindir=rom/kernel \
11
files="createcontext" \
12
arch=ppc modname=kernel
13
14
%common