]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / kern / Makefile
index ab810f2c2d098a5d6727616edcd8b3690140add3..d04e183e6a429493924eea971700ff5f3ba1e4a7 100644 (file)
@@ -3,42 +3,66 @@ 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 \
+       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 \
        mach_param.h \
        macro_help.h \
+       page_decrypt.h \
+       pms.h \
        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