]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/arm/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / arm / Makefile
... / ...
CommitLineData
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9ARM_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
31INSTALL_MD_DIR = arm
32
33INSTALL_MD_LCL_LIST = arch.h cpu_capabilities.h
34
35INSTALL_MD_LIST = arch.h
36
37INSTALL_KF_MD_LIST = $(ARM_HEADER_FILES)
38
39INSTALL_KF_MD_LCL_LIST = machine_kpc.h monotonic.h $(ARM_HEADER_FILES)
40
41EXPORT_MD_LIST = \
42 caches_internal.h \
43 machine_kpc.h \
44 monotonic.h \
45 ${ARM_HEADER_FILES}
46
47EXPORT_MD_DIR = arm
48
49include $(MakeInc_rule)
50include $(MakeInc_dir)