]> git.saurik.com Git - apple/xnu.git/blame - osfmk/i386/Makefile
xnu-1504.15.3.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 10EXPORT_ONLY_FILES = \
91447636 11 apic.h \
0c530ab8 12 asm.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 \
0c530ab8
A
29 pmCPU.h \
30 pmap.h \
91447636 31 proc_reg.h \
0c530ab8 32 rtclock.h \
91447636
A
33 seg.h \
34 simple_lock.h \
0c530ab8 35 tsc.h \
2d21ac55
A
36 tss.h \
37 vmx.h
1c79356b 38
de355530 39INSTALL_MD_DIR = i386
d7e50217 40
2d21ac55 41INSTALL_MD_LIST = eflags.h user_ldt.h
0c530ab8 42
43866e37
A
43INSTALL_MD_LCL_LIST = cpu_capabilities.h
44
b0d623f7
A
45INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
46
47INSTALL_KF_MD_LCL_LIST = $(filter-out cpu_data.h, $(EXPORT_ONLY_FILES))
48
1c79356b
A
49EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
50
51EXPORT_MD_DIR = i386
52
53include $(MakeInc_rule)
54include $(MakeInc_dir)
55
56