]> git.saurik.com Git - apple/xnu.git/blame - osfmk/kern/Makefile
xnu-7195.101.1.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 \
c3c9b80d 42 counter.h \
1c79356b
A
43 cpu_number.h \
44 cpu_data.h \
fe8ab488 45 energy_perf.h \
6d2010ae 46 extmod_statistics.h \
c3c9b80d 47 hv_io_notifier.h \
fe8ab488 48 hv_support.h \
f427ee49 49 hv_support_kext.h \
1c79356b 50 ipc_mig.h \
d1ecb069 51 ipc_misc.h \
1c79356b 52 kalloc.h \
b0d623f7 53 kext_alloc.h \
1c79356b 54 kern_types.h \
39236c6e 55 kpc.h \
316670eb 56 ledger.h \
1c79356b 57 lock.h \
91447636 58 locks.h \
0a7de745 59 lock_group.h \
1c79356b 60 host.h \
c3c9b80d 61 hvg_hypercall.h \
1c79356b
A
62 mach_param.h \
63 macro_help.h \
0a7de745 64 mpqueue.h \
0c530ab8 65 page_decrypt.h \
2d21ac55 66 pms.h \
39037602 67 policy_internal.h \
1c79356b
A
68 processor.h \
69 queue.h \
cb323159 70 mpsc_queue.h \
f427ee49 71 percpu.h \
d9a64523 72 priority_queue.h \
1c79356b 73 sched_prim.h \
fe8ab488 74 sfi.h \
1c79356b 75 simple_lock.h \
91447636 76 startup.h \
1c79356b 77 task.h \
39236c6e 78 telemetry.h \
1c79356b 79 thread.h \
1c79356b 80 thread_call.h \
5ba3f43e 81 thread_group.h \
39236c6e 82 timer_call.h \
3e170ce0 83 waitq.h \
5ba3f43e 84 work_interval.h \
1c79356b
A
85 zalloc.h
86
f427ee49
A
87
88# Installs header file for Apple internal use for kernel extensions -
89# $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
39037602
A
90PRIVATE_EXPORT_FILES = \
91 build_config.h \
5ba3f43e 92 mach_node_link.h \
f427ee49
A
93 copyout_shim.h \
94 mach_filter.h
5ba3f43e 95
d9a64523 96XNU_ONLY_EXPORTS = \
cb323159 97 arcade.h \
d9a64523
A
98 cpu_quiesce.h \
99 ipc_kobject.h \
100 ux_handler.h
101
fe8ab488
A
102INSTALL_MI_LIST = ${DATAFILES}
103
3e170ce0 104INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
fe8ab488 105
39037602 106INSTALL_KF_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} ${PRIVATE_EXPORT_FILES}
1c79356b
A
107
108INSTALL_MI_DIR = kern
109
d9a64523 110EXPORT_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} ${EXPORT_FILES} ${XNU_ONLY_EXPORTS}
1c79356b
A
111
112EXPORT_MI_DIR = kern
113
114include $(MakeInc_rule)
115include $(MakeInc_dir)