X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..3903760236c30e3b5ace7a4eefac3a269d68957c:/osfmk/machine/Makefile diff --git a/osfmk/machine/Makefile b/osfmk/machine/Makefile index 2170671dd..669d20515 100644 --- a/osfmk/machine/Makefile +++ b/osfmk/machine/Makefile @@ -3,31 +3,33 @@ 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 = \ - cpu_number.h \ +KERNELFILES = \ + atomic.h \ cpu_capabilities.h \ + cpu_number.h \ io_map_entries.h \ lock.h \ locks.h \ + machine_cpuid.h \ machine_routines.h \ + machine_kpc.h \ pal_routines.h \ pal_hibernate.h \ simple_lock.h -INSTALL_MI_LCL_LIST = cpu_capabilities.h +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} INSTALL_MI_DIR = machine -EXPORT_MI_LIST = ${DATAFILES} +EXPORT_MI_LIST = ${KERNELFILES} EXPORT_MI_DIR = machine include $(MakeInc_rule) include $(MakeInc_dir) - -