]> git.saurik.com Git - apple/xnu.git/blob - pexpert/pexpert/arm64/Makefile
49f2b889e51e2c5e509109bcc7814e188a92c7dc
[apple/xnu.git] / pexpert / pexpert / arm64 / 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 DATAFILES = \
10 AIC.h \
11 AMCC.h \
12 arm64_common.h \
13 board_config.h \
14 boot.h \
15 S3c2410x.h \
16 S5L8960X.h \
17 T7000.h \
18 S8000.h \
19 T8010.h \
20 cyclone.h \
21 typhoon.h \
22 twister.h \
23 hurricane.h \
24 BCM2837.h
25
26
27 INSTALL_MD_LIST = ${DATAFILES}
28
29 INSTALL_MD_DIR = pexpert/arm64
30
31 EXPORT_MD_LIST = ${DATAFILES}
32
33 EXPORT_MD_DIR = pexpert/arm64
34
35 include $(MakeInc_rule)
36 include $(MakeInc_dir)