X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/51631861ddb16afcfcf748cee26c14481549065e..59e0d9fe772464b93d835d2a2964457702469a43:/mach/Makefile.inc diff --git a/mach/Makefile.inc b/mach/Makefile.inc index 353fc65..3a3942e 100644 --- a/mach/Makefile.inc +++ b/mach/Makefile.inc @@ -1,13 +1,13 @@ -.PATH: ${.CURDIR}/${MACHINE_ARCH}/mach ${.CURDIR}/mach - -.include "${.CURDIR}/mach/headers/Makefile.inc" -.include "${.CURDIR}/mach/servers/Makefile.inc" - -# machine-dependent mach sources +# machine-dependent mach sources .if exists(${.CURDIR}/${MACHINE_ARCH}/mach/Makefile.inc) .include "${.CURDIR}/${MACHINE_ARCH}/mach/Makefile.inc" .endif +.PATH: ${.CURDIR}/mach + +.include "${.CURDIR}/mach/headers/Makefile.inc" +.include "${.CURDIR}/mach/servers/Makefile.inc" + MD_MIGDEFS += task.defs \ thread_act.defs @@ -22,6 +22,7 @@ MIGDEFS += \ lock_set.defs \ mach_port.defs \ mach_host.defs \ + mach_vm.defs \ processor.defs \ processor_set.defs \ vm_map.defs @@ -33,7 +34,7 @@ MACH_INSTHDRS += ${MIGHDRS} # These files are generated from the .defs files MIGSRCS = ${MIGDEFS:.defs=User.c} ${MD_MIGDEFS:.defs=User.c} -SRCS += ${MIGSRCS} \ +MISRCS += ${MIGSRCS} \ bootstrap_ports.c \ clock_sleep.c \ error_codes.c \