]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/Makefile
xnu-2422.115.4.tar.gz
[apple/xnu.git] / osfmk / machine / Makefile
index ae517d9e93551ce356f71ee72b5080cb63af60f6..82e05c4d82f1d4c128766f855a35ffef3b902b9b 100644 (file)
@@ -9,33 +9,21 @@ include $(MakeInc_def)
 
 
 DATAFILES = \
-       machlimits.h    \
-       ast.h   \
-       ast_types.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
+       machine_kpc.h           \
+       pal_routines.h          \
+       pal_hibernate.h         \
+       simple_lock.h
 
+INSTALL_MI_LCL_LIST = cpu_capabilities.h
+
+INSTALL_MI_DIR = machine
 
 EXPORT_MI_LIST = ${DATAFILES}