]>
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 | ||
3e170ce0 A |
9 | PRIVATE_DATAFILES = \ |
10 | cpu_capabilities.h | |
1c79356b | 11 | |
3e170ce0 A |
12 | KERNELFILES = \ |
13 | atomic.h \ | |
91447636 | 14 | cpu_capabilities.h \ |
316670eb | 15 | cpu_number.h \ |
1c79356b | 16 | io_map_entries.h \ |
1c79356b | 17 | lock.h \ |
91447636 | 18 | locks.h \ |
39037602 | 19 | machine_cpuid.h \ |
0a7de745 | 20 | machine_remote_time.h \ |
1c79356b | 21 | machine_routines.h \ |
39037602 | 22 | machine_kpc.h \ |
5ba3f43e | 23 | monotonic.h \ |
6d2010ae A |
24 | pal_routines.h \ |
25 | pal_hibernate.h \ | |
91447636 | 26 | simple_lock.h |
1c79356b | 27 | |
0a7de745 A |
28 | EXPORT_FILES = \ |
29 | machine_remote_time.h | |
5ba3f43e | 30 | |
3e170ce0 | 31 | INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES} |
43866e37 | 32 | |
5ba3f43e A |
33 | INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES} |
34 | ||
43866e37 | 35 | INSTALL_MI_DIR = machine |
1c79356b | 36 | |
3e170ce0 | 37 | EXPORT_MI_LIST = ${KERNELFILES} |
1c79356b A |
38 | |
39 | EXPORT_MI_DIR = machine | |
40 | ||
41 | include $(MakeInc_rule) | |
42 | include $(MakeInc_dir) |