]> 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 615a37e593f860edbd16144490b3e6af1e538a46..5c868ea6dcbc32a2f8233f593bbc7ed34460fd13 100644 (file)
@@ -3,16 +3,14 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 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 \
-       syscall_sw.h sdt.h sdt_isa.h
+       syscall_sw.h sdt.h sdt_isa.h _structs.h
 
 PRIVATE_DATAFILES = \
        syscall_sw.h
@@ -29,5 +27,3 @@ EXPORT_MI_DIR = mach/machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-