Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / x86_64-pc / exec / mmakefile.src
blob9f13832cd71f9c11ca77ea14d9c44c8fdd25028d
1 # $Id$
2 include $(TOP)/config/make.cfg
4 CFILES          := \
5         exec_init cause copymem disable enable preparecontext rawputchar serialrawio screen \
6         initcode alert dispatch permit newaddtask remtask reschedule setexcept settaskpri \
7         findresident signal wait prepareexecbase #rawdofmt
8 # RawDoFmt() is left out since currently generic RawDoFmt should be 64bit-friendly. Due to
9 # recent VNewRawDoFmt() introduction and code reorganization this x86/64-specific version
10 # would not build any more. The code is left for reference in case of problems.
11 # Pavel Fedin <sonic_amiga@rambler.ru>
13 AFILES          := stackswap
15 #MM kernel-exec : kernel-exec-pc-x86_64
16 #MM kernel-exec-pc-x86_64 : kernel-kernel-pc-x86_64-includes kernel-exec-includes includes-asm_h-x86_64
18 USER_CFLAGS     := -I$(SRCDIR)/rom/exec -Os
19 USER_AFLAGS     := -I$(SRCDIR)/rom/exec -I$(GENINCDIR) -Os
20 %build_archspecific \
21   mainmmake=kernel-exec maindir=rom/exec arch=pc-x86_64 \
22   files=$(CFILES) asmfiles=$(AFILES) modulename=exec
24 TARGETDIR = $(BD_OBJDIR$(BDID))