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