]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
index 310027b65b6c16bce1a9e3575e7c54a297de2dec..516ab1443700ca792ba72c2af3b21ceaffe117d9 100644 (file)
@@ -50,6 +50,7 @@ MIG_DEFS =    \
        vm_map.defs
 
 MIG_PRIVATE_DEFS = \
+       mach_eventlink.defs \
        restartable.defs
 
 MACH_PRIVATE_DEFS = \
@@ -63,7 +64,8 @@ MACH_PRIVATE_DEFS = \
        sysdiagnose_notification.defs \
        upl.defs \
        vfs_nspace.defs \
-       vm32_map.defs
+       vm32_map.defs \
+       iocompressionstats_notification.defs
 
 #
 # MIG-generated headers that are traditionally used by user
@@ -82,6 +84,7 @@ MIG_USHDRS = \
        task_access_server.h \
        telemetry_notification_server.h \
        sysdiagnose_notification_server.h \
+       iocompressionstats_notification_server.h \
        vfs_nspace_server.h
 
 MIG_UUHDRS = \
@@ -110,6 +113,7 @@ MIG_UUHDRS = \
 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
 
 DATAFILES = \
+       audit_triggers_types.h \
         boolean.h \
         clock_types.h \
         dyld_kernel.h \
@@ -181,9 +185,11 @@ PRIVATE_DATAFILES = \
        coalition.h \
        coalition_notification.defs \
        fairplayd_notification.defs \
+       iocompressionstats_notification.defs \
        arcade_upcall.defs \
        host_info.h \
        ktrace_background.defs \
+       mach_eventlink_types.h \
        mach_host.defs \
        mach_traps.h \
        memory_object_types.h \
@@ -224,6 +230,7 @@ EXPORT_MI_LIST      = \
        coalition.h \
        mach_interface.h \
        resource_monitors.h \
+       mach_eventlink_types.h \
        sfi_class.h \
        ${DATAFILES}
 
@@ -236,7 +243,7 @@ ${MIGINCLUDES} : ${MIG_TYPES}
 
 ${MIG_UUHDRS} : \
        %.h : %.defs
-       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
+       @$(LOG_MIG) $@
        $(_v)$(MIG) $(MIGFLAGS)         \
                -server /dev/null       \
                -user /dev/null         \
@@ -245,7 +252,7 @@ ${MIG_UUHDRS} : \
 
 ${MIG_USHDRS} : \
        %_server.h : %.defs
-       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
+       @$(LOG_MIG) $@
        $(_v)$(MIG) $(MIGFLAGS)         \
                -server /dev/null       \
                -user /dev/null         \
@@ -301,6 +308,7 @@ MIG_KUSRC = \
        resource_notify_user.c \
        task_access_user.c \
        telemetry_notification_user.c \
+       iocompressionstats_notification_user.c \
        upl_user.c \
        vfs_nspace_user.c \
        vm_map_user.c \
@@ -310,6 +318,7 @@ MIG_KSHDRS = \
        arcade_register_server.h \
        clock_server.h \
        clock_priv_server.h \
+       mach_eventlink_server.h \
        exc_server.h \
        host_priv_server.h \
        host_security_server.h \
@@ -337,6 +346,7 @@ MIG_KSSRC = \
        arcade_register_server.c \
        clock_server.c \
        clock_priv_server.c \
+       mach_eventlink_server.c \
        exc_server.c \
        host_priv_server.c \
        host_security_server.c \
@@ -384,7 +394,7 @@ ${COMP_FILES} : ${MIG_TYPES}
 
 ${MIG_KUSRC} : \
        %_user.c : %.defs
-       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
+       @$(LOG_MIG) $@
        $(_v)${MIG} ${MIGFLAGS} ${MIGKUFLAGS}        \
                -user    $*_user.c              \
                -header  $*.h              \
@@ -394,7 +404,7 @@ ${MIG_KUSRC} : \
 
 ${MIG_KSSRC}: \
        %_server.c : %.defs
-       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
+       @$(LOG_MIG) $@
        $(_v)${MIG} ${MIGFLAGS} ${MIGKSFLAGS}        \
                -user    /dev/null              \
                -header  /dev/null              \