]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/i386/Makefile
xnu-2050.18.24.tar.gz
[apple/xnu.git] / osfmk / i386 / Makefile
... / ...
CommitLineData
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
10EXPORT_ONLY_FILES = \
11 apic.h \
12 asm.h \
13 cpu_number.h \
14 cpu_capabilities.h \
15 cpu_data.h \
16 cpu_topology.h \
17 cpuid.h \
18 eflags.h \
19 io_map_entries.h \
20 lapic.h \
21 lock.h \
22 locks.h \
23 machine_routines.h \
24 machine_cpu.h \
25 mtrr.h \
26 mp.h \
27 mp_desc.h \
28 mp_events.h \
29 pal_native.h \
30 pal_routines.h \
31 pal_hibernate.h \
32 pmCPU.h \
33 pmap.h \
34 proc_reg.h \
35 rtclock_protos.h \
36 seg.h \
37 simple_lock.h \
38 tsc.h \
39 tss.h \
40 ucode.h \
41 vmx.h
42
43INSTALL_MD_DIR = i386
44
45INSTALL_MD_LIST = eflags.h user_ldt.h
46
47INSTALL_MD_LCL_LIST = cpu_capabilities.h
48
49INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
50
51INSTALL_KF_MD_LCL_LIST = $(filter-out cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES))
52
53EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
54
55EXPORT_MD_DIR = i386
56
57include $(MakeInc_rule)
58include $(MakeInc_dir)
59
60