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