X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0c530ab8987f0ae6a1a3d9284f40182b88852816..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/osfmk/i386/Makefile diff --git a/osfmk/i386/Makefile b/osfmk/i386/Makefile index 2ce73da27..d07d32aac 100644 --- a/osfmk/i386/Makefile +++ b/osfmk/i386/Makefile @@ -13,10 +13,11 @@ EXPORT_ONLY_FILES = \ cpu_number.h \ cpu_capabilities.h \ cpu_data.h \ + cpu_topology.h \ cpuid.h \ eflags.h \ - hpet.h \ io_map_entries.h \ + lapic.h \ lock.h \ locks.h \ machine_routines.h \ @@ -32,15 +33,19 @@ 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 +INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h + +INSTALL_KF_MD_LCL_LIST = $(filter-out cpu_data.h, $(EXPORT_ONLY_FILES)) + EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} EXPORT_MD_DIR = i386