]> git.saurik.com Git - apple/xnu.git/blob - osfmk/arm/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / arm / Makefile
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 memory_types.h \
24 pal_routines.h \
25 pmap_public.h \
26 proc_reg.h \
27 simple_lock.h \
28 smp.h \
29 thread.h
30
31 INSTALL_MD_DIR = arm
32
33 INSTALL_MD_LCL_LIST = arch.h cpu_capabilities.h
34
35 INSTALL_MD_LIST = arch.h
36
37 INSTALL_KF_MD_LIST = $(ARM_HEADER_FILES)
38
39 INSTALL_KF_MD_LCL_LIST = machine_kpc.h monotonic.h $(ARM_HEADER_FILES)
40
41 EXPORT_MD_LIST = \
42 caches_internal.h \
43 machine_kpc.h \
44 monotonic.h \
45 ${ARM_HEADER_FILES}
46
47 EXPORT_MD_DIR = arm
48
49 include $(MakeInc_rule)
50 include $(MakeInc_dir)