X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..c18c124eaa464aaaa5549e99e5a70fc9cbb50944:/osfmk/kern/Makefile diff --git a/osfmk/kern/Makefile b/osfmk/kern/Makefile index 846b95682..fcf236084 100644 --- a/osfmk/kern/Makefile +++ b/osfmk/kern/Makefile @@ -3,27 +3,35 @@ 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 + +PRIVATE_DATAFILES = \ + ecc.h \ + exc_resource.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 \ @@ -35,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 \ + timer_call.h \ wait_queue.h \ zalloc.h INSTALL_MI_LIST = ${DATAFILES} +INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} debug.h + +INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} ${EXPORT_FILES} + INSTALL_MI_DIR = kern -EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES} +EXPORT_MI_LIST = ${PRIVATE_DATAFILES} ${EXPORT_FILES} EXPORT_MI_DIR = kern