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