prism2.device: Compiler delint
[AROS.git] / arch / x86_64-pc / exec / mmakefile.src
blob0f1052e4073eb4f872ad51f5b37973b11190d105
1 # $Id$
2 include $(TOP)/config/make.cfg
4 # TODO: C files here are written in such a manner so they can be
5 # used for both x86-64 and i386 ports.
6 # Currently i386 uses own versions of these functions because it uses
7 # different registers and different syscalls numbers. This can be fixed
8 # and these files can me moved into arch/all-pc/exec.
10 AFILES := userstate
12 #MM kernel-exec : kernel-exec-pc-x86_64
13 #MM kernel-exec-pc-x86_64 : kernel-kernel-pc-x86_64-includes kernel-exec-includes includes-asm_h-x86_64
15 USER_AFLAGS := -isystem $(GENINCDIR)
17 %build_archspecific \
18   mainmmake=kernel-exec maindir=rom/exec arch=pc-x86_64 \
19   asmfiles=$(AFILES) modulename=exec
21 %common