]>
Commit | Line | Data |
---|---|---|
1c79356b A |
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 | ||
1c79356b A |
6 | include $(MakeInc_cmd) |
7 | include $(MakeInc_def) | |
8 | ||
39037602 | 9 | EXPORT_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 \ |
1c79356b | 21 | io_map_entries.h \ |
593a1d5f | 22 | lapic.h \ |
1c79356b | 23 | lock.h \ |
91447636 | 24 | locks.h \ |
d9a64523 | 25 | locks_i386_inlines.h \ |
55e303ae A |
26 | machine_routines.h \ |
27 | machine_cpu.h \ | |
cb323159 | 28 | memory_types.h \ |
91447636 | 29 | mtrr.h \ |
55e303ae | 30 | mp.h \ |
91447636 | 31 | mp_desc.h \ |
55e303ae | 32 | mp_events.h \ |
6d2010ae A |
33 | pal_native.h \ |
34 | pal_routines.h \ | |
35 | pal_hibernate.h \ | |
cb323159 | 36 | panic_hooks.h \ |
0c530ab8 A |
37 | pmCPU.h \ |
38 | pmap.h \ | |
91447636 | 39 | proc_reg.h \ |
6d2010ae | 40 | rtclock_protos.h \ |
91447636 A |
41 | seg.h \ |
42 | simple_lock.h \ | |
3e170ce0 | 43 | smp.h \ |
f427ee49 | 44 | trap.h \ |
0c530ab8 | 45 | tsc.h \ |
2d21ac55 | 46 | tss.h \ |
6d2010ae | 47 | ucode.h \ |
2d21ac55 | 48 | vmx.h |
1c79356b | 49 | |
de355530 | 50 | INSTALL_MD_DIR = i386 |
d7e50217 | 51 | |
2d21ac55 | 52 | INSTALL_MD_LIST = eflags.h user_ldt.h |
0c530ab8 | 53 | |
43866e37 A |
54 | INSTALL_MD_LCL_LIST = cpu_capabilities.h |
55 | ||
b0d623f7 A |
56 | INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h |
57 | ||
fe8ab488 | 58 | INSTALL_KF_MD_LCL_LIST = $(filter-out bit_routines.h cpu_data.h pal_i386.h, $(EXPORT_ONLY_FILES)) |
b0d623f7 | 59 | |
1c79356b A |
60 | EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} |
61 | ||
62 | EXPORT_MD_DIR = i386 | |
63 | ||
64 | include $(MakeInc_rule) | |
65 | include $(MakeInc_dir) |