]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
index 46ee40f904bdef8163cb4ad77c9791f1a8be397d..edf9fe869fdc89b58deb19c77deb680be54b7d44 100644 (file)
@@ -11,22 +11,25 @@ INSTINC_SUBDIRS =   \
        architecture    \
        mach-o
 
-INSTINC_SUBDIRS_I386 = \
+INSTINC_SUBDIRS_X86_64 =       \
        architecture
 
-INSTINC_SUBDIRS_X86_64 =       \
+INSTINC_SUBDIRS_X86_64H =      \
        architecture
 
 INSTINC_SUBDIRS_ARM =  \
        architecture
 
+INSTINC_SUBDIRS_ARM64 =        \
+       architecture
 
 EXPORT_FILES = \
-       AppleSecureBootEpoch.h \
        Availability.h  \
        AvailabilityInternal.h  \
        AvailabilityMacros.h    \
-       ar.h            \
+       stddef.h
+
+KERNEL_FILES = \
        stdarg.h        \
        stdbool.h       \
        stdint.h
@@ -35,7 +38,11 @@ INSTALL_MI_LIST =
 
 INSTALL_MI_DIR = .
 
-EXPORT_MI_LIST = ${EXPORT_FILES}
+INSTALL_KF_MI_LIST = ${KERNEL_FILES}
+
+INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
+
+EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
 
 EXPORT_MI_DIR = .