]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/Makefile
xnu-344.21.73.tar.gz
[apple/xnu.git] / osfmk / machine / Makefile
index ae517d9e93551ce356f71ee72b5080cb63af60f6..141fa285be90850f0be8bd2c031590893ee54138 100644 (file)
@@ -12,6 +12,8 @@ DATAFILES = \
        machlimits.h    \
        ast.h   \
        ast_types.h     \
        machlimits.h    \
        ast.h   \
        ast_types.h     \
+       commpage.h      \
+       cpu_capabilities.h      \
        cpu_number.h    \
        db_machdep.h    \
        endian.h        \
        cpu_number.h    \
        db_machdep.h    \
        endian.h        \
@@ -36,6 +38,9 @@ DATAFILES = \
        xpr.h           \
        hw_lock_types.h
 
        xpr.h           \
        hw_lock_types.h
 
+INSTALL_MI_LCL_LIST = cpu_capabilities.h
+
+INSTALL_MI_DIR = machine
 
 EXPORT_MI_LIST = ${DATAFILES}
 
 
 EXPORT_MI_LIST = ${DATAFILES}