hidd: Fix some missing undefs
[AROS.git] / arch / all-pc / exec / mmakefile.src
blobe11441511dd4d04a070c7001013785532204cff6
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES := reset_init supervisor
6 # From kernel.resource we need only kernel_syscalls.h
7 USER_INCLUDES := $(PRIV_EXEC_INCLUDES) -I$(SRCDIR)/rom/kernel
9 %build_archspecific \
10   mainmmake=kernel-exec maindir=rom/exec arch=pc \
11   files=$(FILES) modulename=exec
13 %common