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