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