X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..0a7de7458d150b5d4dffc935ba399be265ef0a1a:/osfmk/kern/Makefile diff --git a/osfmk/kern/Makefile b/osfmk/kern/Makefile index fcf236084..c58d9a7f1 100644 --- a/osfmk/kern/Makefile +++ b/osfmk/kern/Makefile @@ -1,3 +1,4 @@ + export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule @@ -7,22 +8,35 @@ include $(MakeInc_cmd) include $(MakeInc_def) DATAFILES = \ - exc_resource.h + exc_guard.h \ + exc_resource.h \ + kern_cdata.h \ + kcdata.h PRIVATE_DATAFILES = \ + cs_blobs.h \ + trustcache.h \ + debug.h \ ecc.h \ - exc_resource.h + block_hint.h \ + lock_stat.h \ + monotonic.h \ + arithmetic_128.h \ + turnstile.h \ + remote_time.h EXPORT_FILES = \ affinity.h \ assert.h \ audit_sessionport.h \ + backtrace.h \ + bits.h \ + btlog.h \ call_entry.h \ clock.h \ coalition.h \ cpu_number.h \ cpu_data.h \ - debug.h \ energy_perf.h \ extmod_statistics.h \ hv_support.h \ @@ -35,13 +49,17 @@ EXPORT_FILES = \ ledger.h \ lock.h \ locks.h \ + lock_group.h \ host.h \ mach_param.h \ macro_help.h \ + mpqueue.h \ page_decrypt.h \ pms.h \ + policy_internal.h \ processor.h \ queue.h \ + priority_queue.h \ sched_prim.h \ sfi.h \ simple_lock.h \ @@ -50,23 +68,33 @@ EXPORT_FILES = \ telemetry.h \ thread.h \ thread_call.h \ + thread_group.h \ timer_call.h \ - wait_queue.h \ + waitq.h \ + work_interval.h \ zalloc.h +PRIVATE_EXPORT_FILES = \ + build_config.h \ + mach_node_link.h \ + copyout_shim.h + +XNU_ONLY_EXPORTS = \ + cpu_quiesce.h \ + ipc_kobject.h \ + ux_handler.h + INSTALL_MI_LIST = ${DATAFILES} -INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} debug.h +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} -INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} ${EXPORT_FILES} +INSTALL_KF_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} ${PRIVATE_EXPORT_FILES} INSTALL_MI_DIR = kern -EXPORT_MI_LIST = ${PRIVATE_DATAFILES} ${EXPORT_FILES} +EXPORT_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} ${XNU_ONLY_EXPORTS} EXPORT_MI_DIR = kern include $(MakeInc_rule) include $(MakeInc_dir) - -