]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/Makefile
xnu-344.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
index 833dcca3c9ed73a8fa8c31d064e4a9c70b6eb885..147a0c96261bbbfbd8e96950c84e071432a16317 100644 (file)
@@ -31,7 +31,6 @@ MIG_TYPES = \
        std_types.defs
 
 MIG_DEFS =     \
-       bootstrap.defs  \
        clock.defs \
        clock_priv.defs \
        clock_reply.defs \
@@ -68,7 +67,6 @@ MIG_USHDRS = \
        notify_server.h
 
 MIG_UUHDRS = \
-       bootstrap.h  \
        clock.h \
        clock_priv.h \
        host_priv.h \
@@ -91,6 +89,7 @@ MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
 DATAFILES = \
         boolean.h \
        boot_info.h \
+       bootstrap.h \
         clock_types.h \
         error.h \
        exception.h \
@@ -99,7 +98,6 @@ DATAFILES = \
        host_reboot.h \
        kern_return.h \
         kmod.h \
-       mach_ioctl.h \
         mach_param.h \
        mach_time.h \
        mach_traps.h \
@@ -110,7 +108,6 @@ DATAFILES = \
         message.h \
        mig.h \
        mig_errors.h \
-       mig_log.h \
        ndr.h \
         notify.h \
        policy.h \
@@ -204,6 +201,7 @@ MIG_KUHDRS = \
        clock_reply.h \
        exc.h \
        memory_object.h \
+       memory_object_control.h \
        memory_object_default.h \
        upl.h \
        vm_map.h
@@ -212,6 +210,7 @@ MIG_KUSRC = \
        clock_reply_user.c \
        exc_user.c \
        memory_object_user.c \
+       memory_object_control_user.c \
        memory_object_default_user.c \
        upl_user.c \
        vm_map_user.c