]> git.saurik.com Git - apple/xnu.git/blame - osfmk/arm64/Makefile
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / arm64 / Makefile
CommitLineData
5ba3f43e
A
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
d9a64523 9
5ba3f43e
A
10ARM_HEADER_FILES = \
11 lowglobals.h \
12 machine_cpuid.h \
13 machine_machdep.h \
14 proc_reg.h
15
16INSTALL_MD_DIR = arm64
17
18INSTALL_MD_LCL_LIST =
19
20INSTALL_MD_LIST =
21
22INSTALL_KF_MD_LIST = $(ARM_HEADER_FILES)
23
0a7de745 24INSTALL_KF_MD_LCL_LIST = machine_kpc.h machine_remote_time.h monotonic.h pgtrace.h $(ARM_HEADER_FILES)
5ba3f43e 25
0a7de745 26EXPORT_MD_LIST = machine_cpuid.h machine_kpc.h machine_remote_time.h monotonic.h proc_reg.h pgtrace.h asm.h
5ba3f43e
A
27
28EXPORT_MD_DIR = arm64
29
30include $(MakeInc_rule)
31include $(MakeInc_dir)