]>
Commit | Line | Data |
---|---|---|
5ba3f43e 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 | ||
6 | include $(MakeInc_cmd) | |
7 | include $(MakeInc_def) | |
8 | ||
9 | ARM_HEADER_FILES = \ | |
10 | arch.h \ | |
11 | atomic.h \ | |
12 | cpu_number.h \ | |
13 | cpu_capabilities.h \ | |
14 | cpuid.h \ | |
15 | cpuid_internal.h \ | |
16 | dbgwrap.h \ | |
17 | io_map_entries.h \ | |
18 | lock.h \ | |
19 | locks.h \ | |
20 | machine_cpu.h \ | |
21 | machine_cpuid.h \ | |
22 | machine_routines.h \ | |
23 | pal_routines.h \ | |
24 | proc_reg.h \ | |
25 | smp.h \ | |
26 | thread.h \ | |
27 | simple_lock.h | |
28 | ||
29 | ||
30 | INSTALL_MD_DIR = arm | |
31 | ||
32 | INSTALL_MD_LCL_LIST = arch.h cpu_capabilities.h | |
33 | ||
34 | INSTALL_MD_LIST = arch.h | |
35 | ||
36 | INSTALL_KF_MD_LIST = $(ARM_HEADER_FILES) | |
37 | ||
38 | INSTALL_KF_MD_LCL_LIST = machine_kpc.h monotonic.h $(ARM_HEADER_FILES) | |
39 | ||
40 | EXPORT_MD_LIST = \ | |
41 | caches_internal.h \ | |
42 | machine_kpc.h \ | |
43 | monotonic.h \ | |
44 | ${ARM_HEADER_FILES} | |
45 | ||
46 | EXPORT_MD_DIR = arm | |
47 | ||
48 | include $(MakeInc_rule) | |
49 | include $(MakeInc_dir) |