]> git.saurik.com Git - apple/xnu.git/blame - osfmk/kern/Makefile
xnu-2050.22.13.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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10DATAFILES =
11
12EXPORT_ONLY_FILES = \
2d21ac55 13 affinity.h \
1c79356b 14 assert.h \
b0d623f7 15 audit_sessionport.h \
1c79356b
A
16 clock.h \
17 cpu_number.h \
18 cpu_data.h \
19 debug.h \
0c530ab8 20 etimer.h \
6d2010ae 21 extmod_statistics.h \
1c79356b 22 ipc_mig.h \
d1ecb069 23 ipc_misc.h \
1c79356b 24 kalloc.h \
b0d623f7 25 kext_alloc.h \
1c79356b 26 kern_types.h \
316670eb 27 ledger.h \
1c79356b 28 lock.h \
91447636 29 locks.h \
1c79356b
A
30 host.h \
31 mach_param.h \
32 macro_help.h \
0c530ab8 33 page_decrypt.h \
2d21ac55 34 pms.h \
1c79356b
A
35 processor.h \
36 queue.h \
37 sched_prim.h \
38 simple_lock.h \
91447636 39 startup.h \
1c79356b
A
40 task.h \
41 thread.h \
1c79356b 42 thread_call.h \
1c79356b
A
43 wait_queue.h \
44 zalloc.h
45
46INSTALL_MI_LIST = ${DATAFILES}
47
48INSTALL_MI_DIR = kern
49
50EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
51
52EXPORT_MI_DIR = kern
53
54include $(MakeInc_rule)
55include $(MakeInc_dir)
56
57