]> git.saurik.com Git - apple/xnu.git/blame - osfmk/kern/Makefile
xnu-7195.60.75.tar.gz
[apple/xnu.git] / osfmk / kern / Makefile
CommitLineData
a39ff7e2 1
1c79356b
A
2export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
3export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
4export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
5export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
6
1c79356b
A
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
fe8ab488 10DATAFILES = \
5ba3f43e 11 exc_guard.h \
3e170ce0 12 exc_resource.h \
39037602
A
13 kern_cdata.h \
14 kcdata.h
1c79356b 15
fe8ab488 16PRIVATE_DATAFILES = \
cb323159
A
17 arithmetic_128.h \
18 block_hint.h \
f427ee49 19 cambria_layout.h \
5ba3f43e 20 cs_blobs.h \
3e170ce0 21 debug.h \
813fb2f6 22 ecc.h \
0a7de745 23 lock_stat.h \
5ba3f43e 24 monotonic.h \
cb323159
A
25 remote_time.h \
26 restartable.h \
27 sched_clutch.h \
28 trustcache.h \
29 turnstile.h
30
39236c6e 31
fe8ab488 32EXPORT_FILES = \
2d21ac55 33 affinity.h \
1c79356b 34 assert.h \
b0d623f7 35 audit_sessionport.h \
39037602
A
36 backtrace.h \
37 bits.h \
d9a64523 38 btlog.h \
cb323159 39 circle_queue.h \
1c79356b 40 clock.h \
fe8ab488 41 coalition.h \
1c79356b
A
42 cpu_number.h \
43 cpu_data.h \
fe8ab488 44 energy_perf.h \
6d2010ae 45 extmod_statistics.h \
fe8ab488 46 hv_support.h \
f427ee49 47 hv_support_kext.h \
1c79356b 48 ipc_mig.h \
d1ecb069 49 ipc_misc.h \
1c79356b 50 kalloc.h \
b0d623f7 51 kext_alloc.h \
1c79356b 52 kern_types.h \
39236c6e 53 kpc.h \
316670eb 54 ledger.h \
1c79356b 55 lock.h \
91447636 56 locks.h \
0a7de745 57 lock_group.h \
1c79356b
A
58 host.h \
59 mach_param.h \
60 macro_help.h \
0a7de745 61 mpqueue.h \
0c530ab8 62 page_decrypt.h \
2d21ac55 63 pms.h \
39037602 64 policy_internal.h \
1c79356b
A
65 processor.h \
66 queue.h \
cb323159 67 mpsc_queue.h \
f427ee49 68 percpu.h \
d9a64523 69 priority_queue.h \
1c79356b 70 sched_prim.h \
fe8ab488 71 sfi.h \
1c79356b 72 simple_lock.h \
91447636 73 startup.h \
1c79356b 74 task.h \
39236c6e 75 telemetry.h \
1c79356b 76 thread.h \
1c79356b 77 thread_call.h \
5ba3f43e 78 thread_group.h \
39236c6e 79 timer_call.h \
3e170ce0 80 waitq.h \
5ba3f43e 81 work_interval.h \
1c79356b
A
82 zalloc.h
83
f427ee49
A
84
85# Installs header file for Apple internal use for kernel extensions -
86# $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
39037602
A
87PRIVATE_EXPORT_FILES = \
88 build_config.h \
5ba3f43e 89 mach_node_link.h \
f427ee49
A
90 copyout_shim.h \
91 mach_filter.h
5ba3f43e 92
d9a64523 93XNU_ONLY_EXPORTS = \
cb323159 94 arcade.h \
d9a64523
A
95 cpu_quiesce.h \
96 ipc_kobject.h \
97 ux_handler.h
98
fe8ab488
A
99INSTALL_MI_LIST = ${DATAFILES}
100
3e170ce0 101INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
fe8ab488 102
39037602 103INSTALL_KF_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} ${PRIVATE_EXPORT_FILES}
1c79356b
A
104
105INSTALL_MI_DIR = kern
106
d9a64523 107EXPORT_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} ${XNU_ONLY_EXPORTS}
1c79356b
A
108
109EXPORT_MI_DIR = kern
110
111include $(MakeInc_rule)
112include $(MakeInc_dir)