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
add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git]
/
arch
/
i386-all
/
kernel
/
mmakefile.src
blob
f72dd83f8c92ac9fd4f6f7ea1b6149473d187f6f
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)
9
USER_CPPFLAGS := -D__AROS_EXEC_LIBRARY__
10
11
%build_archspecific \
12
mainmmake=kernel-kernel modname=kernel maindir=rom/kernel \
13
files="$(FILES)" \
14
arch=i386
15
16
%common