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