wip fixes for hidden layers. add some debug, and adjust rendering correctly.
[AROS.git] / arch / all-linux / bootstrap / mmakefile.src
blob3e211cc82a789208967bd5dab1feb1384127d589
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES         := malloc preboot
6 USER_INCLUDES := -I$(SRCDIR)/arch/all-hosted/bootstrap \
7                  -I$(GENINCDIR)
9 %build_archspecific \
10         mainmmake=kernel-bootstrap-hosted maindir=arch/all-hosted/bootstrap arch=linux \
11         files=$(FILES) compiler=kernel
13 %common