X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/osfmk/machine/Makefile?ds=sidebyside diff --git a/osfmk/machine/Makefile b/osfmk/machine/Makefile index 82e05c4d8..0e31820d1 100644 --- a/osfmk/machine/Makefile +++ b/osfmk/machine/Makefile @@ -3,33 +3,44 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) +PRIVATE_DATAFILES = \ + cpu_capabilities.h -DATAFILES = \ +KERNELFILES = \ + atomic_impl.h \ + atomic.h \ + config.h \ cpu_capabilities.h \ cpu_number.h \ io_map_entries.h \ lock.h \ locks.h \ - machine_cpuid.h \ + machine_cpuid.h \ + machine_remote_time.h \ machine_routines.h \ - machine_kpc.h \ + machine_kpc.h \ + memory_types.h \ + monotonic.h \ pal_routines.h \ pal_hibernate.h \ - simple_lock.h + simple_lock.h \ + smp.h + +EXPORT_FILES = \ + machine_remote_time.h + +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} -INSTALL_MI_LCL_LIST = cpu_capabilities.h +INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES} INSTALL_MI_DIR = machine -EXPORT_MI_LIST = ${DATAFILES} +EXPORT_MI_LIST = ${KERNELFILES} EXPORT_MI_DIR = machine include $(MakeInc_rule) include $(MakeInc_dir) - -