]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/Makefile
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / machine / Makefile
index ae517d9e93551ce356f71ee72b5080cb63af60f6..abe9992d91be2b30879dbb808d6b6315fc15b1e3 100644 (file)
@@ -3,45 +3,39 @@ 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)
 
+PRIVATE_DATAFILES = \
+       cpu_capabilities.h
 
-DATAFILES = \
-       machlimits.h    \
-       ast.h   \
-       ast_types.h     \
+KERNELFILES = \
+       atomic.h        \
+       cpu_capabilities.h      \
        cpu_number.h    \
-       db_machdep.h    \
-       endian.h        \
-       gdb_defs.h      \
-       iobus.h \
        io_map_entries.h \
-       kgdb_defs.h     \
-       kgdb_setjmp.h   \
        lock.h  \
-       mach_param.h    \
+       locks.h \
+       machine_cpuid.h         \
        machine_routines.h      \
-       machine_rpc.h   \
-       machparam.h     \
-       pmap.h  \
-       setjmp.h        \
-       spl.h   \
-       task.h  \
-       thread.h        \
-       thread_act.h    \
-       trap.h  \
-       vm_tuning.h     \
-       xpr.h           \
-       hw_lock_types.h
-
-
-EXPORT_MI_LIST = ${DATAFILES}
+       machine_kpc.h           \
+       monotonic.h \
+       pal_routines.h          \
+       pal_hibernate.h         \
+       simple_lock.h
+
+EXPORT_FILES =
+
+
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
+
+INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
+
+INSTALL_MI_DIR = machine
+
+EXPORT_MI_LIST = ${KERNELFILES}
 
 EXPORT_MI_DIR = machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-