X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/5d5c5d0d5b79ade9a973d55186ffda2638ba2b6e..2d21ac55c334faf3a56e5634905ed6987fc787d4:/osfmk/i386/Makefile diff --git a/osfmk/i386/Makefile b/osfmk/i386/Makefile index 2ce73da27..a5fa0188e 100644 --- a/osfmk/i386/Makefile +++ b/osfmk/i386/Makefile @@ -13,6 +13,7 @@ EXPORT_ONLY_FILES = \ cpu_number.h \ cpu_capabilities.h \ cpu_data.h \ + cpu_topology.h \ cpuid.h \ eflags.h \ hpet.h \ @@ -32,12 +33,12 @@ EXPORT_ONLY_FILES = \ seg.h \ simple_lock.h \ tsc.h \ - tss.h + tss.h \ + vmx.h INSTALL_MD_DIR = i386 -INSTALL_MD_LIST = eflags.h \ - user_ldt.h +INSTALL_MD_LIST = eflags.h user_ldt.h INSTALL_MD_LCL_LIST = cpu_capabilities.h