]> git.saurik.com Git - apple/xnu.git/blob - osfmk/i386/Makefile
12e9c602505bfd67b06a0832f22148d05b5541b5
[apple/xnu.git] / osfmk / i386 / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 EXPORT_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 locks_i386_inlines.h \
26 machine_routines.h \
27 machine_cpu.h \
28 mtrr.h \
29 mp.h \
30 mp_desc.h \
31 mp_events.h \
32 pal_native.h \
33 pal_routines.h \
34 pal_hibernate.h \
35 panic_hooks.h \
36 pmCPU.h \
37 pmap.h \
38 proc_reg.h \
39 rtclock_protos.h \
40 seg.h \
41 simple_lock.h \
42 smp.h \
43 tsc.h \
44 tss.h \
45 ucode.h \
46 vmx.h
47
48 INSTALL_MD_DIR = i386
49
50 INSTALL_MD_LIST = eflags.h user_ldt.h
51
52 INSTALL_MD_LCL_LIST = cpu_capabilities.h
53
54 INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
55
56 INSTALL_KF_MD_LCL_LIST = $(filter-out bit_routines.h cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES))
57
58 EXPORT_MD_LIST = ${EXPORT_ONLY_FILES}
59
60 EXPORT_MD_DIR = i386
61
62 include $(MakeInc_rule)
63 include $(MakeInc_dir)