]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/Makefile
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / Makefile
index 6ff836179caff88407d47accda589909a75513ee..5c868ea6dcbc32a2f8233f593bbc7ed34460fd13 100644 (file)
@@ -3,19 +3,22 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-
 DATAFILES = \
        asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \
        processor_info.h thread_state.h thread_status.h \
        vm_param.h vm_types.h machine_types.defs \
 DATAFILES = \
        asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \
        processor_info.h thread_state.h thread_status.h \
        vm_param.h vm_types.h machine_types.defs \
-       syscall_sw.h sdt.h sdt_isa.h
+       syscall_sw.h sdt.h sdt_isa.h _structs.h
+
+PRIVATE_DATAFILES = \
+       syscall_sw.h
 
 INSTALL_MI_LIST = ${DATAFILES}
 
 
 INSTALL_MI_LIST = ${DATAFILES}
 
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
+
 INSTALL_MI_DIR = mach/machine
 
 EXPORT_MI_LIST = ${DATAFILES}
 INSTALL_MI_DIR = mach/machine
 
 EXPORT_MI_LIST = ${DATAFILES}
@@ -24,5 +27,3 @@ EXPORT_MI_DIR = mach/machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-