]> git.saurik.com Git - apple/xnu.git/blame - osfmk/i386/Makefile
xnu-2782.40.9.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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
43866e37 9EXPORT_ONLY_FILES = \
91447636 10 apic.h \
0c530ab8 11 asm.h \
fe8ab488 12 bit_routines.h \
43866e37 13 cpu_number.h \
91447636 14 cpu_capabilities.h \
0c530ab8 15 cpu_data.h \
2d21ac55 16 cpu_topology.h \
91447636 17 cpuid.h \
0c530ab8 18 eflags.h \
1c79356b 19 io_map_entries.h \
593a1d5f 20 lapic.h \
1c79356b 21 lock.h \
91447636 22 locks.h \
55e303ae
A
23 machine_routines.h \
24 machine_cpu.h \
91447636 25 mtrr.h \
55e303ae 26 mp.h \
91447636 27 mp_desc.h \
55e303ae 28 mp_events.h \
6d2010ae
A
29 pal_native.h \
30 pal_routines.h \
31 pal_hibernate.h \
fe8ab488 32 panic_hooks.h \
0c530ab8
A
33 pmCPU.h \
34 pmap.h \
91447636 35 proc_reg.h \
6d2010ae 36 rtclock_protos.h \
91447636
A
37 seg.h \
38 simple_lock.h \
0c530ab8 39 tsc.h \
2d21ac55 40 tss.h \
6d2010ae 41 ucode.h \
2d21ac55 42 vmx.h
1c79356b 43
de355530 44INSTALL_MD_DIR = i386
d7e50217 45
2d21ac55 46INSTALL_MD_LIST = eflags.h user_ldt.h
0c530ab8 47
43866e37
A
48INSTALL_MD_LCL_LIST = cpu_capabilities.h
49
b0d623f7
A
50INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
51
fe8ab488 52INSTALL_KF_MD_LCL_LIST = $(filter-out bit_routines.h cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES))
b0d623f7 53
1c79356b
A
54EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
55
56EXPORT_MD_DIR = i386
57
58include $(MakeInc_rule)
59include $(MakeInc_dir)
60
61