]>
Commit | Line | Data |
---|---|---|
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 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | PRIVATE_DATAFILES = \ | |
11 | cpu_capabilities.h | |
12 | ||
13 | KERNELFILES = \ | |
14 | atomic.h \ | |
15 | cpu_capabilities.h \ | |
16 | cpu_number.h \ | |
17 | io_map_entries.h \ | |
18 | lock.h \ | |
19 | locks.h \ | |
20 | machine_cpuid.h \ | |
21 | machine_routines.h \ | |
22 | machine_kpc.h \ | |
23 | pal_routines.h \ | |
24 | pal_hibernate.h \ | |
25 | simple_lock.h | |
26 | ||
27 | INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} | |
28 | ||
29 | INSTALL_MI_DIR = machine | |
30 | ||
31 | EXPORT_MI_LIST = ${KERNELFILES} | |
32 | ||
33 | EXPORT_MI_DIR = machine | |
34 | ||
35 | include $(MakeInc_rule) | |
36 | include $(MakeInc_dir) | |
37 | ||
38 |