X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..a39ff7e25e19b3a8c3020042a3872ca9ec9659f1:/osfmk/machine/Makefile diff --git a/osfmk/machine/Makefile b/osfmk/machine/Makefile index ca45cc170..abe9992d9 100644 --- a/osfmk/machine/Makefile +++ b/osfmk/machine/Makefile @@ -3,32 +3,39 @@ 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.h \ cpu_capabilities.h \ cpu_number.h \ io_map_entries.h \ lock.h \ locks.h \ - machine_cpuid.h \ + machine_cpuid.h \ machine_routines.h \ + machine_kpc.h \ + monotonic.h \ pal_routines.h \ pal_hibernate.h \ simple_lock.h -INSTALL_MI_LCL_LIST = cpu_capabilities.h +EXPORT_FILES = + + +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} + +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) - -