try to make sure compiler/include/mmakefile is always refreshed correctly.
[AROS.git] / arch / x86_64-pc / exec / mmakefile.src
blob7f55fb72772ec3ce9fbcb31c6e2949141dc2df53
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 # TODO: C files here are written in such a manner so they can be
6 # used for both x86-64 and i386 ports.
7 # Currently i386 uses own versions of these functions because it uses
8 # different registers and different syscalls numbers. This can be fixed
9 # and these files can me moved into arch/all-pc/exec.
11 AFILES := userstate
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