Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / all-pc / exec / mmakefile.src
blob746f8e2e93da70a7ad4d68415b4ad7fef3d4f34f
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := reset_init supervisor
7 # From kernel.resource we need only kernel_syscalls.h
8 USER_INCLUDES := $(PRIV_EXEC_INCLUDES) -I$(SRCDIR)/rom/kernel
10 %build_archspecific \
11   mainmmake=kernel-exec maindir=rom/exec arch=pc \
12   files=$(FILES) modulename=exec
14 %common