]> git.saurik.com Git - apple/xnu.git/blame - osfmk/kern/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / kern / Makefile
CommitLineData
1c79356b
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9DATAFILES =
10
39236c6e
A
11PRIVATE_DATAFILES = exc_resource.h
12
1c79356b 13EXPORT_ONLY_FILES = \
2d21ac55 14 affinity.h \
1c79356b 15 assert.h \
b0d623f7 16 audit_sessionport.h \
39236c6e 17 call_entry.h \
1c79356b
A
18 clock.h \
19 cpu_number.h \
20 cpu_data.h \
21 debug.h \
6d2010ae 22 extmod_statistics.h \
1c79356b 23 ipc_mig.h \
d1ecb069 24 ipc_misc.h \
1c79356b 25 kalloc.h \
b0d623f7 26 kext_alloc.h \
1c79356b 27 kern_types.h \
39236c6e 28 kpc.h \
316670eb 29 ledger.h \
1c79356b 30 lock.h \
91447636 31 locks.h \
1c79356b
A
32 host.h \
33 mach_param.h \
34 macro_help.h \
0c530ab8 35 page_decrypt.h \
2d21ac55 36 pms.h \
1c79356b
A
37 processor.h \
38 queue.h \
39 sched_prim.h \
40 simple_lock.h \
91447636 41 startup.h \
1c79356b 42 task.h \
39236c6e 43 telemetry.h \
1c79356b 44 thread.h \
1c79356b 45 thread_call.h \
39236c6e 46 timer_call.h \
1c79356b
A
47 wait_queue.h \
48 zalloc.h
49
39236c6e 50INSTALL_MI_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
1c79356b
A
51
52INSTALL_MI_DIR = kern
53
54EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
55
56EXPORT_MI_DIR = kern
57
58include $(MakeInc_rule)
59include $(MakeInc_dir)
60
61