X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a991bd8d3e7fe02dbca0644054bab73c5b75324a..HEAD:/osfmk/arm64/Makefile diff --git a/osfmk/arm64/Makefile b/osfmk/arm64/Makefile index aab4908ff..da0e1280c 100644 --- a/osfmk/arm64/Makefile +++ b/osfmk/arm64/Makefile @@ -27,6 +27,10 @@ INSTALL_KF_MD_LCL_LIST = \ tlb.h \ $(ARM_HEADER_FILES) +# Headers installed into System.framework/PrivateHeaders +INSTALL_MD_LCL_LIST = \ + $(ARM_PRIVATE_HEADERS) + # TODO: Is there a reason that machine_machdep.h is not in this list? If not, these lists can be consolidated. # Headers used to compile xnu EXPORT_MD_LIST = \ @@ -44,6 +48,8 @@ EXPORT_MD_LIST = \ # These headers will be available with #include EXPORT_MD_DIR = arm64 +INSTALL_MD_DIR = arm64 + else # $(PLATFORM),MacOSX