X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/ac5ea4a98a4e1d34a076095ea1eaa87e43d1f335..43866e378188c25dd1e2208016ab3cbeb086ae6c:/osfmk/machine/Makefile?ds=sidebyside diff --git a/osfmk/machine/Makefile b/osfmk/machine/Makefile index ae517d9e9..141fa285b 100644 --- a/osfmk/machine/Makefile +++ b/osfmk/machine/Makefile @@ -12,6 +12,8 @@ DATAFILES = \ machlimits.h \ ast.h \ ast_types.h \ + commpage.h \ + cpu_capabilities.h \ cpu_number.h \ db_machdep.h \ endian.h \ @@ -36,6 +38,9 @@ DATAFILES = \ xpr.h \ hw_lock_types.h +INSTALL_MI_LCL_LIST = cpu_capabilities.h + +INSTALL_MI_DIR = machine EXPORT_MI_LIST = ${DATAFILES}