]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / kern / Makefile
index 16361eef07bd434b062517f2ce6d02faa982ea79..fa484a3c9ead5033f6c65e37c686c7be0a8cccb1 100644 (file)
@@ -3,41 +3,51 @@ 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 =
 
+PRIVATE_DATAFILES = exc_resource.h
+
 EXPORT_ONLY_FILES = \
+       affinity.h \
        assert.h \
+       audit_sessionport.h \
+       call_entry.h \
        clock.h \
        cpu_number.h \
        cpu_data.h \
        debug.h \
+       extmod_statistics.h \
        ipc_mig.h \
+       ipc_misc.h \
        kalloc.h \
+       kext_alloc.h \
        kern_types.h \
-       lock.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 \
        simple_lock.h \
-       simple_lock_types.h \
-       sync_lock.h \
+       startup.h \
        task.h \
+       telemetry.h \
        thread.h \
-       thread_act.h \
        thread_call.h \
-       time_out.h \
+       timer_call.h \
        wait_queue.h \
        zalloc.h
 
-INSTALL_MI_LIST = ${DATAFILES}
+INSTALL_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
 
 INSTALL_MI_DIR = kern