X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/osfmk/x86_64/Makefile diff --git a/osfmk/x86_64/Makefile b/osfmk/x86_64/Makefile index d83d1669e..91dc2251e 100644 --- a/osfmk/x86_64/Makefile +++ b/osfmk/x86_64/Makefile @@ -6,9 +6,19 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir include $(MakeInc_cmd) include $(MakeInc_def) +EXPORT_FILES = + + +EXPORT_ONLY_FILES = \ + machine_kpc.h \ + monotonic.h + +INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES} + +INSTALL_MD_DIR = x86_64 + +EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} ${EXPORT_FILES} -EXPORT_ONLY_FILES = machine_kpc.h -EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} EXPORT_MD_DIR = x86_64 include $(MakeInc_rule)