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
List.mui: Update entries count prior to range change
[AROS.git]
/
arch
/
i386-all
/
kernel
/
mmakefile.src
blob
5895c9303d80b034d7e35d36ff51a4d1856ab0f4
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := cpu_init createcontext
6
7
USER_INCLUDES := $(PRIV_KERNEL_INCLUDES) $(PRIV_EXEC_INCLUDES) \
8
-I$(GENINCDIR) -D__AROS_EXEC_LIBRARY__
9
10
%build_archspecific \
11
mainmmake=kernel-kernel maindir=rom/kernel \
12
files="$(FILES)" \
13
arch=i386
14
15
%common