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
linux/bootstrap: use Forbid/Permit only when thread is main AROS thread
[AROS.git]
/
arch
/
all-linux
/
bootstrap
/
mmakefile.src
blob
63cffd6dbe6da0f6ef19b44d98f8c0b3d0a28011
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := malloc preboot
5
USER_INCLUDES := -I$(SRCDIR)/arch/all-hosted/bootstrap \
6
-I$(GENINCDIR)
7
8
%build_archspecific \
9
mainmmake=kernel-bootstrap-hosted maindir=arch/all-hosted/bootstrap arch=linux \
10
files=$(FILES) compiler=kernel
11
12
%common