X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/osfmk/kern/Makefile diff --git a/osfmk/kern/Makefile b/osfmk/kern/Makefile index cf8f5539e..d04e183e6 100644 --- a/osfmk/kern/Makefile +++ b/osfmk/kern/Makefile @@ -3,27 +3,36 @@ 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) -DATAFILES = +DATAFILES = \ + exc_resource.h \ + kern_cdata.h + +PRIVATE_DATAFILES = \ + debug.h \ + ecc.h -EXPORT_ONLY_FILES = \ +EXPORT_FILES = \ affinity.h \ assert.h \ audit_sessionport.h \ + call_entry.h \ clock.h \ + coalition.h \ cpu_number.h \ cpu_data.h \ - debug.h \ - etimer.h \ + energy_perf.h \ extmod_statistics.h \ + hv_support.h \ ipc_mig.h \ ipc_misc.h \ kalloc.h \ kext_alloc.h \ kern_types.h \ + kpc.h \ + ledger.h \ lock.h \ locks.h \ host.h \ @@ -34,19 +43,26 @@ EXPORT_ONLY_FILES = \ processor.h \ queue.h \ sched_prim.h \ + sfi.h \ simple_lock.h \ startup.h \ task.h \ + telemetry.h \ thread.h \ thread_call.h \ - wait_queue.h \ + timer_call.h \ + waitq.h \ zalloc.h INSTALL_MI_LIST = ${DATAFILES} +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} + +INSTALL_KF_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} + INSTALL_MI_DIR = kern -EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES} +EXPORT_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} EXPORT_MI_DIR = kern