]> git.saurik.com Git - apple/xnu.git/blame - osfmk/i386/Makefile
xnu-517.12.7.tar.gz
[apple/xnu.git] / osfmk / i386 / 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
43866e37
A
10EXPORT_ONLY_FILES = \
11 cpu_capabilities.h \
12 cpu_number.h \
1c79356b
A
13 hw_lock_types.h \
14 io_map_entries.h \
15 lock.h \
55e303ae
A
16 machine_routines.h \
17 machine_cpu.h \
18 mp.h \
19 mp_events.h \
20 apic.h \
21 cpuid.h
1c79356b 22
de355530 23INSTALL_MD_DIR = i386
d7e50217 24
43866e37
A
25INSTALL_MD_LCL_LIST = cpu_capabilities.h
26
1c79356b
A
27EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
28
29EXPORT_MD_DIR = i386
30
31include $(MakeInc_rule)
32include $(MakeInc_dir)
33
34