]> git.saurik.com Git - apple/xnu.git/blob - osfmk/machine/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / machine / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 PRIVATE_DATAFILES = \
10 cpu_capabilities.h
11
12 KERNELFILES = \
13 atomic.h \
14 cpu_capabilities.h \
15 cpu_number.h \
16 io_map_entries.h \
17 lock.h \
18 locks.h \
19 machine_cpuid.h \
20 machine_routines.h \
21 machine_kpc.h \
22 pal_routines.h \
23 pal_hibernate.h \
24 simple_lock.h
25
26 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
27
28 INSTALL_MI_DIR = machine
29
30 EXPORT_MI_LIST = ${KERNELFILES}
31
32 EXPORT_MI_DIR = machine
33
34 include $(MakeInc_rule)
35 include $(MakeInc_dir)