]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/Makefile
xnu-2782.1.97.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
index 0eef296a729ba2779615307e093104ef6923223b..39cb58f90d9a907a386858d54ee6810560292cfb 100644 (file)
@@ -14,6 +14,9 @@ INSTINC_SUBDIRS =     \
 INSTINC_SUBDIRS_X86_64 =       \
        architecture
 
+INSTINC_SUBDIRS_X86_64H =      \
+       architecture
+
 INSTINC_SUBDIRS_ARM =  \
        architecture
 
@@ -22,6 +25,9 @@ EXPORT_FILES = \
        Availability.h  \
        AvailabilityInternal.h  \
        AvailabilityMacros.h    \
+       stddef.h
+
+KERNEL_FILES = \
        stdarg.h        \
        stdbool.h       \
        stdint.h
@@ -30,11 +36,11 @@ INSTALL_MI_LIST =
 
 INSTALL_MI_DIR = .
 
-INSTALL_KF_MI_LIST = ${EXPORT_FILES}
+INSTALL_KF_MI_LIST = ${KERNEL_FILES}
 
-INSTALL_KF_MI_LCL_LIST = ${EXPORT_FILES}
+INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
 
-EXPORT_MI_LIST = ${EXPORT_FILES} stddef.h
+EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
 
 EXPORT_MI_DIR = .