]> git.saurik.com Git - apple/xnu.git/blame - osfmk/machine/Makefile
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / machine / 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
3e170ce0
A
9PRIVATE_DATAFILES = \
10 cpu_capabilities.h
1c79356b 11
3e170ce0
A
12KERNELFILES = \
13 atomic.h \
91447636 14 cpu_capabilities.h \
316670eb 15 cpu_number.h \
1c79356b 16 io_map_entries.h \
1c79356b 17 lock.h \
91447636 18 locks.h \
39037602 19 machine_cpuid.h \
0a7de745 20 machine_remote_time.h \
1c79356b 21 machine_routines.h \
39037602 22 machine_kpc.h \
5ba3f43e 23 monotonic.h \
6d2010ae
A
24 pal_routines.h \
25 pal_hibernate.h \
91447636 26 simple_lock.h
1c79356b 27
0a7de745
A
28EXPORT_FILES = \
29 machine_remote_time.h
5ba3f43e 30
3e170ce0 31INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
43866e37 32
5ba3f43e
A
33INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
34
43866e37 35INSTALL_MI_DIR = machine
1c79356b 36
3e170ce0 37EXPORT_MI_LIST = ${KERNELFILES}
1c79356b
A
38
39EXPORT_MI_DIR = machine
40
41include $(MakeInc_rule)
42include $(MakeInc_dir)